my $sth = $dbh->prepare($sql); $res = $sth->execute(); [download]
In reply to Re: Execute in DBI fails by Joost in thread Execute in DBI fails by rb_rb