in reply to Re^2: DB Error Handling Not Working
in thread DB Error Handling Not Working
or move the username/password out of the $DSN.my $dbh = DBI->connect("DBI:ODBC:$DSN",'','', {RaiseError => 1, PrintError => 1}) or die (Error connecting " $DBI::errstr");
|
|---|