Help for this page

Select Code to Download


  1. or download this
    use strict;
    use DBI; my $dbh = DBI->connect(
    ...
        warn "Execution of stored procedure failed: $DBI::errstr\n";
        $dbh->rollback;
    } print "Execution of stored procedure returned $rv\n"; $dbh->disconne
    +ct;