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]
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
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
3 matches
Mail list logo