ID: 9379
Updated by: fmk
Reported By: [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] [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 @kala int;select @kala=5;delete from [table] where
field1=@kala");
$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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]