[PHP-DEV] OCI functions From: Vadim Tkachenko (vvtk <email protected>)
Date: 11/13/00

Hello, All !

There is a problem with OCI functions.

Ordinarily I use value returned by OCIError
to process errors after OCIExecute call.

But there is a situation when during
OCIExecute execution a warning occurs.
For ex., PHP prints

  Warning: OCIStmtExecute: OCI_SUCCESS_WITH_INFO

But directly after that OCIError returns false
like there was completely successful OCIExecute call.
So I cannot process the warning above.

The question is:

how can I process OCIExecute warnings
(or the warning above if it is a specific one) ?

Thanks in advance,

Vadim P. Tkachenko

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>