$dbh = DBI->connect($dsn, $user, $password, { RaiseError => 0, AutoCommit => 0 }); [download]
In reply to Re: Perl DBI Question by twerq in thread Perl DBI Question by yoda54