Try:
my $dbArgs = { RaiseError => 1, AutoCommit => 0 , TraceLevel => 3 }; my $dbh = DBI->connect( $db, $dbUser, $dbPass , $dbArgs );while you `tail -f` the errorlog ( /usr/local/apache2/log/error_log on my system )
the tracelevel will show you exactly what's going on within DBI. On Feb 4, 2006, at 5:40 PM, Derek Robson wrote:
that did not help, still no errors, still not good output.