php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7510 mssql_fetch_object doesnt work (mssql_fetch_array and mssql_fetch_row are OK)
Submitted: 2000-10-28 06:34 UTC Modified: 2000-12-30 20:13 UTC
From: method at cwjamaica dot com Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.3pl1 OS: Windows 2000
Private report: No CVE-ID: None
 [2000-10-28 06:34 UTC] method at cwjamaica dot com
$query = "select name from client where client_id = 5";
$result = mssql_query($query);
$row = mssql_fetch_object($result);

echo $row->name;

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-30 20:47 UTC] fmk@php.net
With current cvs this error can not be reproduced.
Do you use CGI or ISAPI ?
 [2000-12-30 20:13 UTC] sniper@php.net
No feedback.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC