in reply to Re^3: Errror while execution query
in thread Errror while execution query

Thanks.

The following error message was printed..

Error while executing query --- [Microsoft][ODBC SQL Server Driver]Connection is busy with results for + another hstmt (SQL-HY000)(DBD: st_execute/SQLExecute err=-1)


The solution to the problem is to include the following line in the code.

$dbh->{odbc_SQL_ROWSET_SIZE} = 2;

Regards