Skip to main content
Participant
August 4, 2008
Question

Element RECORDCOUNT is undefined

  • August 4, 2008
  • 1 reply
  • 857 views
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.

This topic has been closed for replies.

1 reply

Inspiring
August 5, 2008
Hi,

Put your statements like this,


rajvaAuthor
Participant
August 5, 2008
Thanks Daverms. It works. I'm not sure why it is behaving only for the last few days. Onceagain thanks for your timely help.