Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect($dsn,$user,$password,
                           { RaiseError => 1, AutoCommit => 0 })
                || die "Database connection failed: $DBI::errstr";