Help for this page

Select Code to Download


  1. or download this
    sub do_transaction {
                    my $class = shift;
    ...
                            die $commit_error;
                    }
            }
    
  2. or download this
                    local $class->db_Main->{ AutoCommit };
    
  3. or download this
    $dbh->{AutoCommit} = 0