in reply to Re^5: DBI Problem
in thread DBI Problem
Tried that
warn("Open Connection-JustBefore opening connection "); my $localtimenow = localtime(Now()); $dbh = DBI->connect($dsn,$sql_username,$sql_password ,{ RaiseError => 1, AutoCommit => 0 });
Checked error logs and nothing
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: DBI Problem
by thanos1983 (Parson) on Sep 29, 2017 at 15:01 UTC |