Help for this page

Select Code to Download


  1. or download this
    my @values = 
        ( 
    ...
            or die "Could not execute SQL statement $sql "
                . " with values ( @$_ )... $DBI::errstr\n ";
    }
    
  2. or download this
    my @SQL_statements = (
      "create table x(i int)",
    ...
    }
    
    $dbh->commit();