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

Variable REPORTQUERY is undefined.

Engaged ,
May 18, 2013 May 18, 2013

<cfstoredproc datasource="MyDSN" procedure = "MySP">

     <cfprocparam value = "1" CFSQLTYPE = "cf_sql_numeric">

  

</cfstoredproc>

for my report query using a stored procedure need parameter.

I got Variable REPORTQUERY is undefined.

I notice that the default name for query report is ReportQuery, but CFSTOREDPROC  doex not have name property.

I am not sure how I can assign the variable using a stored procedure.

Your help and information is great appreciated,

Regards,

Iccsi,

496
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

it works if I use CFQUERY,

since CFQUERY can be named and can have execute stored procedure syntax,

Regards,

Iccsi,

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

it works if I use CFQUERY,

since CFQUERY can be named and can have execute stored procedure syntax,

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