jwdcfdeveloper
Programmer
I am using a cfstoredproc tag in the followign way:
<cfstoredproc datasource="#dsname#" procedure="Compute_Discount">
<cfprocparam type="in" cfsqltype="cf_sql_varchar" value="57408" dbvarname="p_order_id_disc_type">
</cfstoredproc>
I get an ORA-01008 error whenever I run this in CF, but I can run the function in T.O.A.D. what is wrong with the way this tag is setup?
Thanks,
JW
<cfstoredproc datasource="#dsname#" procedure="Compute_Discount">
<cfprocparam type="in" cfsqltype="cf_sql_varchar" value="57408" dbvarname="p_order_id_disc_type">
</cfstoredproc>
I get an ORA-01008 error whenever I run this in CF, but I can run the function in T.O.A.D. what is wrong with the way this tag is setup?
Thanks,
JW