Help for this page

Select Code to Download


  1. or download this
     $dbh = DBI->connect(
        $dsn, $username, $password,
        { AutoCommit => 1, RaiseError => 1}
     );