[PHP-DEV] PHP 4.0 Bug #7371 Updated: how do we get the error message that most odbc drivers provide when it fails. From: kara <email protected>
Date: 10/21/00

ID: 7371
Updated by: kara
Reported By: gordonl <email protected>
Status: Closed
Bug Type: ODBC related
Assigned To:
Comments:

Turn "track_errors" on and the last error message will be in $php_errormsg.

Previous Comments:
---------------------------------------------------------------------------

[2000-10-20 14:33:41] gordonl <email protected>
how do we get the error message that most odbc drivers provide when it fails.

I use the odbc_pconnect function and odbc_exec function to run my set role and sql statements.

If I have statement fail, informix returns an error message.

How do i get this text so I can find out what went wrong?

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7371

-- 
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>