php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33284 CGI Error with mssqlselect
Submitted: 2005-06-09 18:53 UTC Modified: 2005-06-14 10:18 UTC
From: peter dot bernholt at hec dot de Assigned:
Status: Closed Package: CGI/CLI related
PHP Version: 4.3.11 OS: Windows XP
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: peter dot bernholt at hec dot de
New email:
PHP Version: OS:

 

 [2005-06-09 18:53 UTC] peter dot bernholt at hec dot de
Description:
------------
Hi all,
I am using PHP with IIS ,Windows XP and SQL Server 2000. The Function mssql_query causes an error, when there is an result of an Select-Statement (not true or false). Update, insert and delete works fine. A select with an empty table is ok, true ("true").

I am not using the "header"-function!

Regards, Peter

Reproduce code:
---------------
$connection=mssql_connect($server,$username,$password);
@mssql_select_db($database,$connection) or die( "Unable to select database");
$sqlquery="Select * FROM Tablename";
$result= mssql_query($sqlquery);


Expected result:
----------------
The Table contains one row, i would expect to get the result in $result.

Actual result:
--------------
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-06-14 10:18 UTC] peter dot bernholt at hec dot de
Thank you,

With the new Version it works fine..

Regards,

Peter
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC