Help for this page

Select Code to Download


  1. or download this
    use DBI;
    
    ...
    $sth->execute();
    $sth->execute();
    $dbh->commit();
    
  2. or download this
    use DBI;
    
    ...
    $sth->execute();
    $sth->execute();
    $dbh->commit();
    
  3. or download this
    DBD::mysql::db begin_work failed: Already in a transaction at math1.pl
    + line 10.
    DBD::mysql::db begin_work failed: Already in a transaction at math1.pl
    + line 10.