Skip to main content
Inspiring
May 18, 2013
Answered

invalid token

  • May 18, 2013
  • 1 reply
  • 852 views

I got following error message

  

The CFML compiler was processing: 

  • A cfprocparam tag beginning on line 275, column 7. 
  • A cfprocparam tag beginning on line 275, column 7.

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

    This topic has been closed for replies.
    Correct answer iccsi

    There is a comma in the property setting,

    regards,

    Iccsi,

    1 reply

    iccsiAuthorCorrect answer
    Inspiring
    May 20, 2013

    There is a comma in the property setting,

    regards,

    Iccsi,