Help for this page

Select Code to Download


  1. or download this
        my $sth = $dbh->prepare("SELECT constraint_name FROM information_s
    +chema.constraint_column_usage WHERE TABLE_NAME = '$tbl'");
        $sth->execute;
    ...
            
        }
    
  2. or download this
    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.