Question
CFSTOREDPROC Issues
I am executing the following code, and per the manual this
should work. It's running on a MS SQL db which I can perform
regular queries on without issue. It only bombs out when I try a
stored procedure (I haven't worked with them in the past through
CF).
When executed I get the error:
Variable TEST is undefined.
The stored procedure works fine through SQL Data Manager. Its purpose is to be given a username, and return their password.
Any ideas on how I can fix this issue? Thanks.
When executed I get the error:
Variable TEST is undefined.
The stored procedure works fine through SQL Data Manager. Its purpose is to be given a username, and return their password.
Any ideas on how I can fix this issue? Thanks.