I have a stored procedure which runs fine, however, when I change
returncode from "no" to "yes" I get the following error message:
"java.lang.NullPointerException"
<cfstoredproc procedure="mypackage.mystuff" datasource="mysource"
returncode="YES">
Basically I wanted to try see if any errors were going to be thrown with
the stored procdure call, and if not, run another set of code. A coworker
recommended I use cfcatch and cftry, well I tried that and the code seems
to execute but the stored procedure does not update the database.
Any ideas?
Thanks,
CC
x56927
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

