Invalid attribute value CF_SQL_STRING Error when submitting a Form
Hello,
We using Cold fusion 2018 on Windows Server 2016.
When I am trying to submit a Form to call another page within the application I get an error which states "
Error Occurred While Processing Request. Please try again.
Invalid attribute value CF_SQL_STRING for attribute CFSQLType
The
error occurred on line 223
"
I am not sure why the string value is throwing up an error. Please advise
The code snippet used is shown below,
<cfoutput>
<CFSTOREDPROC PROCEDURE="dbo.PKG_CFSTOREDPROC.proc_print_calc" datasource="#datasource#" username=#Session.UserName# password=#Session.password#>
<CFPROCPARAM TYPE="In" CFSQLTYPE="CF_SQL_STRING" VALUE=#ipn#>
<CFPROCRESULT NAME="RefEquation">
</CFSTOREDPROC>
</cfoutput>
