[PHP-DEV] PHP 4.0 Bug #8417 Updated: mssql_query return code not integer value From: fmk <email protected>
Date: 01/04/01

ID: 8417
Updated by: fmk
Reported By: crispin <email protected>
Old-Status: Open
Status: Closed
Bug Type: MSSQL related
Assigned To:
Comments:

mssql_query retuens TRUE, FALSE or a resource handler for the record set. Back in php3 days the resource handler was an integer, but with php4 this has changed. If a record set is available the return value will look like this "Resource id #2"

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

[2000-12-25 11:13:37] crispin <email protected>
I try to use PHP + SQL Server 7.0 in Windows 2000. but I am found a bug of PHP's MSSQL API. The problem is mssql_query's return code is not integer value. The correct vlue may be null or string.

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

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

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