Ask a Question related to IBM DB2, Design and Development.
-
Ola Fjelddahl #1
description of error in stored procedure
hi.
If I am in a stored procedure and get an error. How do I retrieve the
description of the error?
TIA
/OF
Ola Fjelddahl Guest
-
Error while executing stored procedure
I get the following error message when I am trying to execute a stored procedure. It runs fine on my dev server but giving error in production. ... -
Oracle Stored procedure error from CF
I have a stored proc working on a oracle server, connected through JDBC to the CF server. I ran the stored proc on the oracle server through PL/SQL... -
Stored procedure error
We are attempting to use a stored procedure to enter data into two tables and we are recieving this error: ADODB.Command error '800a0d5d' ... -
Error in compiling stored procedure
For -901 always call support. They are internal error-messages you should never see. When calling support ask them to open an APAR straight against... -
C stored procedure SQL error.
I have a very basic C stored procedure written. It was working fine with some bogus/kludge SQL (just to get a DBRM created). I have now added... -
Sean McKeough #2
Re: description of error in stored procedure
Need more info...what language is the sp, what parm style are you using,
what do you mean by 'retrieve the description of the error'? Do you
mean, how can you pass back the sqlcode info?
Ola Fjelddahl wrote:
> hi.
>
> If I am in a stored procedure and get an error. How do I retrieve the
> description of the error?
>
> TIA
>
> /OFSean McKeough Guest
-
PM \(pm3iinc-nospam\) #3
Re: description of error in stored procedure
Investigate the use of GET DIAGNOSTICS.
PM
PM \(pm3iinc-nospam\) Guest



Reply With Quote

