in reply to
MySQL and PERL tribulations....
Try
$sth->trace(4);
just before the execute and see what the script dumps out STDERR. If this is a CGI it'll be in your error_log file.
--
$you = new YOU;
honk() if $you->love(perl)
Comment on
Re: MySQL and PERL tribulations....
Download
Code
In Section
Seekers of Perl Wisdom