if not, try to trace it with DBI->trace{ $tracelevel } or DBI->trace{ $tl, $tracefile } ... to see what happens bye... eval { $sth = $dbh->prepare( $sqlstatement ); $sth->execute(); }; if ( $@ ) { warn "Database Error: $@\n"; } ...
fixed formatting by holli
In reply to Re: Silencing DBI "(err=0, errstr=undef, state=undef)" errors
by Anonymous Monk
in thread Silencing DBI "(err=0, errstr=undef, state=undef)" errors
by grinder
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |