Date: 11/30/00
- Next message: fmk <email protected>: "[PHP-DEV] PHP 4.0 Bug #7483 Updated: Cannot retrieve whole date out of a datefield"
- Previous message: fmk <email protected>: "[PHP-DEV] PHP 4.0 Bug #7732 Updated: php.exe crashes when you make a query using 'select * from table_name'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: fmk <email protected>: "[PHP-DEV] PHP 4.0 Bug #7483 Updated: Cannot retrieve whole date out of a datefield"
- Previous message: fmk <email protected>: "[PHP-DEV] PHP 4.0 Bug #7732 Updated: php.exe crashes when you make a query using 'select * from table_name'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

