Question
cfcatch issue
hi all-
I am using try/catch around a cfquery, and when I use #cfcatch.SQl# within cfcatch, I get an error saying sql is undefined
in cfcatch. The same happens with #cfcatch.where#. Everything is fine with #cfcatch.detail#, #cfcatch.message#.
I have been working with #cfcatch.sql# and #cfcatch.where# with no issues until today. Can any one let me know what could be
the issue
