Re: How do you Trap for Error in XML and Stored Procs
Date: Tue, 15 Aug 2000 18:35:16 +1000
Message-ID: <8navfr$mhb$1_at_perki.connect.com.au>
[Quoted] You can use exception handler to trap the errors.
you can define your own exceptions, if data related errors the oracle does
have exception to handle it.
[Quoted] if other errors then by using your own exceptions you can do other thing
like bring the error msg etc.
Tom
<stemp1ar_at_my-deja.com> wrote in message news:8n9gpm$d92$1_at_nnrp1.deja.com...
> Warning not experienced in XML, but learning...
>
> How is error trapping done in: A client/server application web
> browser/database(stored procedure) done?
>
> If a stored procedure that is creating XML code and returning the XML
> code to the browser and it gets an error (in the sql within the stored
> procedure). How is this error being returned to the browser... as XML?
> How do you know if it is indeed an error or if it its data?
>
> Thanks in advance
> stemp1ar_at_yahoo.com
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Tue Aug 15 2000 - 10:35:16 CEST
