RE: [PHP] Detecting error in OCIExecute calls

2001-05-09 Thread Michael Peppard
PM >To: php mailing list >Subject: [PHP] Detecting error in OCIExecute calls -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Detecting error in OCIExecute calls

2001-05-09 Thread Thies C. Arntzen
On Tue, May 08, 2001 at 03:01:58PM -0700, Robert Mena wrote: > Hi, I am accessing an oracle database from PHP using > stored procedures available. > > I'd like to detect when a problem occurs in order to > stop trying to fetch results. In mysql I check for > rc=0 as an error. The php doc does n

[PHP] Detecting error in OCIExecute calls

2001-05-08 Thread Robert Mena
Hi, I am accessing an oracle database from PHP using stored procedures available. I'd like to detect when a problem occurs in order to stop trying to fetch results. In mysql I check for rc=0 as an error. The php doc does not tell if this applies to oracle as well. The code is something like th