Help for this page

Select Code to Download


  1. or download this
    use DBI;
    $dbh = DBI->connect("dbi:Pg:dbname=mydb;host=localhost;port=5432;",
    ...
                        $password,
                        {AutoCommit => 0, RaiseError => 1, PrintError => 0
    +}
                       );