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

Element RECORDCOUNT is undefined

New Here ,
Aug 04, 2008 Aug 04, 2008
I'm getting the above error message when using <cfif Get_User_Vendors.RecordCount GT "0">. This has been working for more than 2 years but started giving this error since few days, it is weird. This error is coming if the stored procedure returns no records. If there are some records it is not giving any error. I'm using sql server 2000 database. I've attached the sample code. Any solution is appreciated.

TOPICS
Database access
808
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
Advocate ,
Aug 04, 2008 Aug 04, 2008
Hi,

Put your statements like this,


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
New Here ,
Aug 05, 2008 Aug 05, 2008
LATEST
Thanks Daverms. It works. I'm not sure why it is behaving only for the last few days. Onceagain thanks for your timely help.
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