RE: [PHP] Oracle error messages

2001-03-13 Thread Rudolf Visagie
- From: Greig, Euan [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 04:25 To: Hardy Merrill; Rudolf Visagie Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Oracle error messages To suppress the error messages on a single command, you can put an @ in front of it, eg: @$conn=ora_plogon(... -Original

RE: [PHP] Oracle error messages

2001-03-13 Thread Greig, Euan
To suppress the error messages on a single command, you can put an @ in front of it, eg: @$conn=ora_plogon(... -Original Message- From: Hardy Merrill [mailto:[EMAIL PROTECTED]] Sent: 13 March 2001 13:43 To: Rudolf Visagie Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Oracle error messages

Re: [PHP] Oracle error messages

2001-03-13 Thread Hardy Merrill
Rudolf Visagie [[EMAIL PROTECTED]] wrote: > Hi All, > > Does anybody have an idea how to stop the automatic error and warning > messages from the Oracle data base being displayed on the screen. I want to > do my own error message display but by the time I get the error message > using OCIError it