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

invalid token

Engaged ,
May 18, 2013 May 18, 2013

Copy link to clipboard

Copied

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

Views

699

Translate

Translate

Report

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,

Votes

Translate

Translate
Engaged ,
May 20, 2013 May 20, 2013

Copy link to clipboard

Copied

LATEST

There is a comma in the property setting,

regards,

Iccsi,

Votes

Translate

Translate

Report

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
Documentation