Date: 11/13/00
- Next message: James Treworgy: "[PHP-DEV] The answer (Bug in 4.03pl1 multipart/form-data method (file uploads))"
- Previous message: Thomas: "Re: [PHP-DEV] PHP 4.0 Bug #7664: GD & DB Extensions Conflict"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: James Treworgy: "[PHP-DEV] The answer (Bug in 4.03pl1 multipart/form-data method (file uploads))"
- Previous message: Thomas: "Re: [PHP-DEV] PHP 4.0 Bug #7664: GD & DB Extensions Conflict"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

