Help for this page
my $sth = $dbh->prepare("SELECT constraint_name FROM information_s +chema.constraint_column_usage WHERE TABLE_NAME = '$tbl'"); $sth->execute; ... }
DBD::ODBC::st execute failed: [Microsoft][ODBC SQL Server Driver]Conne +ction is busy with results for another hstmt (SQL-HY000) at U:\Doccuments\Scripts\Test\sql_do3.pl line 78.