[PHP-DEV] Bug #9379 Updated: mssql_query can't get result From: fmk <email protected>
Date: 06/30/01

ID: 9379
Updated by: fmk
Reported By: napoleon <email protected>
Old-Status: Open
Status: Closed
Bug Type: MSSQL related
Operating system:
PHP Version: 4.0.3pl1
Assigned To:
Comments:

This is not a bug in the extension. You are sending queries to the server that causes the server to report errors.

Previous Comments:
---------------------------------------------------------------------------

[2001-02-21 13:45:45] napoleon <email protected>

mssql_query() can't fetch result from server if I use
sql server variables in query.
For example this script:
<?php
mssql_connect([server],[user],[password])
$sql_result=mssql_query("declare  <email protected> int;select  <email protected>=5;delete from [table] where field1= <email protected>");

$sql_result2=mssql_query("select * from kasutajad");
?>

If I turned error severity to 0 I saw following
error:MS SQL error:
Attempt to initiate a new SQL Server operation with results pending. (severity 7) in c:htdocssqltest.php on line 4

...but the first query has no result to fetch...

---------------------------------------------------------------------------

ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9379&edit=2

-- 
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>