I am using SQL7 on Win2000. I am writing Perl Application using DBI and DBD-ODBC.
In my program I connect to a SQL7 Database using ODBC.
I execute a SQL Statement and while fetching a row, do another SQL Statement to retrieve other information. I got the following errors:
Execute [Microsoft][ODBC SQL Server Driver]Connection is busy with results for a
nother hstmt (SQL-S1000)(DBD: st_execute/SQLExecute err=-1)
I have no problem with DBD-Oracle. I wonder if this is due to the setup of ODBC for SQL Server to support multiple cursors. Please advise if I need to upgrade and how to upgrade the ODBC driver for SQL Server.
Thanks
In my program I connect to a SQL7 Database using ODBC.
I execute a SQL Statement and while fetching a row, do another SQL Statement to retrieve other information. I got the following errors:
Execute [Microsoft][ODBC SQL Server Driver]Connection is busy with results for a
nother hstmt (SQL-S1000)(DBD: st_execute/SQLExecute err=-1)
I have no problem with DBD-Oracle. I wonder if this is due to the setup of ODBC for SQL Server to support multiple cursors. Please advise if I need to upgrade and how to upgrade the ODBC driver for SQL Server.
Thanks