Answered
Problem with cfstoredproc
I'm calling a stored procedure located on an IBM iSeries/DB2
database. The procedure runs fine, I receive notification of a
successful call in the debug (see below). However, when I try to
cfdump the variable "commentCaller", I receive the following error:
"Variable COMMENTCALLER is undefined"
The results in the debug are exactly what is expected. Why can't I access the contents of the variable?
"Variable COMMENTCALLER is undefined"
The results in the debug are exactly what is expected. Why can't I access the contents of the variable?