Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

invalid token

Engaged ,
May 18, 2013 May 18, 2013

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

801
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , May 20, 2013 May 20, 2013

There is a comma in the property setting,

regards,

Iccsi,

Translate
Engaged ,
May 20, 2013 May 20, 2013
LATEST

There is a comma in the property setting,

regards,

Iccsi,

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources