Re: [PHP] Catching Oracle Errors

2003-02-07 Thread Maxim Maletsky
by using OCIError() function. php.net/ocierror -- Maxim Maletsky [EMAIL PROTECTED] fdo cruz <[EMAIL PROTECTED]> wrote... : > > I'm working with Oracle 8.1.5 and my connection is working fine as well as my SQL >parsing but I want that when there's an error, show and friendly message to the

[PHP] Catching Oracle Errors

2003-02-07 Thread fdo cruz
I'm working with Oracle 8.1.5 and my connection is working fine as well as my SQL parsing but I want that when there's an error, show and friendly message to the user and not an Oracle error. How can I catch the error and display it ?? Thanks, Fernando Cruz -