SQL error : Connection is busy with results for another hstm

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
bob2022
Forum Newbie
Posts: 1
Joined: Thu May 23, 2002 7:29 am

SQL error : Connection is busy with results for another hstm

Post by bob2022 »

Hello,

have got this error when i execute my program in PHP. This application is under a server and database (sql server) on another computer :

I have this message at the 2 requete :

Warning: SQL error: [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt, SQL state S1000 in SQLExecDirect in c:\program files\apache group\apache\htdocs\meta\resGene.php on line 87

How do this for execute some requete?

Thanks
User avatar
fatal
Forum Contributor
Posts: 118
Joined: Sat Apr 20, 2002 10:47 am
Location: East Coast

Post by fatal »

if you are using MySQL functions to connect to a different type of SQL. Im not even sure Php supports Mircosoft SQL Sever.
Post Reply