I got following error message
The CFML compiler was processing:
when I have followignn code query for my report.
<cfstoredproc datasource="MyDSN" procedure = "MySP">
<cfprocparam value = "#ReportQuery.MyID#", CFSQLTYPE = "cf_sql_numeric">
</cfstoredproc>
I tried to create a report query using a stored procedure and pass parameter.
I would like to know is it correct way to do it or I am on the wrong track.
Your help and information is great appreciated,
Regards,
Iccsi