
Getting PL/SQL back-end errors into ADODB.Errors collection
On Tue, 05 Mar 2002 13:00:46 -0800, Hirantha Hettiarachchi
Quote:
>Have you trap the exception withing the sp ?
>If you have trapped the error within the stored procedure, it wont
>return the error to ado.
>--
>hth
>Hirantha
>Please reply only to the newsgroups.
>*** Sent via Developersdex http://www.developersdex.com ***
>Don't just participate in USENET...get rewarded for it!
I am trapping the error within the stored procedure but I am also
raising the errors from the procedure in the EXCEPTION handler. It is
this error that I want to trap in the ADODB.Errors collection and I
cannot.