asked on
ASKER
ASKER
ASKER
ASKER
<cfquery datasource="SQL_MCA">
INSERT INTO MCA.ERP_PREV( ALLOTMENT, COMMITMENT, OBLIGATION, EXPENSES, WBS_ALL )
SELECT ALLOTMENT, COMMITMENT, OBLIGATION, EXPENSES, WBS_ALL
FROM MCA.ERP_CUR
</cfquery>
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.
TRUSTED BY
What if you replace the cfqueryparam value="#ListERP19.EXPENSES#" line with the following: (change null="no" to null="yes")
<cfqueryparam value="#ListERP19.EXPENSES#" scale="2" cfsqltype="CF_SQL_NUMERIC" null="yes">,