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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: method at cwjamaica dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC