[PHP-DEV] PHP 4.0 Bug #7510 Updated: mssql_fetch_object doesnt work (mssql_fetch_array and mssql_fetch_row are OK) From: fmk <email protected>
Date: 11/30/00

ID: 7510
Updated by: fmk
Reported By: method <email protected>
Status: Feedback
Bug Type: MSSQL related
Assigned To:
Comments:

With current cvs this error can not be reproduced.
Do you use CGI or ISAPI ?

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

[2000-10-28 06:34:07] method <email protected>
$query = "select name from client where client_id = 5";
$result = mssql_query($query);
$row = mssql_fetch_object($result);

echo $row->name;

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

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

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