Using the latest DBI and DBD::ODBC to connect to SQL Server I'm getting this error...
Connection is busy with results for another hstmt (SQL-S1000)(DBD: st_execute/SQLExecute err=-1) This happens when I use the same database handle to execute two different statements. When I open two different connections, this problem does not exist. It must be some sort of a DBD::ODBC or ODBC config, since using OLEDB, this also is not an issue. Thanks. Ilya
