php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7538 mssql_fetch_object
Submitted: 2000-10-30 16:16 UTC Modified: 2001-04-10 09:34 UTC
From: mark at veerman dot com Assigned:
Status: Closed Package: MSSQL related
PHP Version: 4.0.3pl1 OS: Windows NT4sp6a
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: mark at veerman dot com
New email:
PHP Version: OS:

 

 [2000-10-30 16:16 UTC] mark at veerman dot com
This bug has been reported under the OS Windows 2000.  I would like to include Windows NT4sp6a as well. The below statement doesn't work.

$i=0;
while ($numres > $i){
$obj = mssql_fetch_object($result);
$acctnbr = $obj->acctnbr;
print "<tr><td>$acctnbr</td></tr>";
$i++;
}

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-29 12:19 UTC] fmk@php.net
I can not reproduce thes error on Windows 2000 or NT with the current version of cvs (php4.0.4-dev).
Can you please provide additional info ? Do you use CGI or ISAPI ?
 [2001-04-10 09:34 UTC] sniper@php.net
No feedback. If this happens with soon to be released PHP 4.0.5 too, reopen this bug report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 20:01:29 2024 UTC