http://qs1969.pair.com?node_id=145125


in reply to Inserting into SQL

You could try doing something like
$dbh->trace(2); # verbose debugging output # your DBI stuff here $dbh->trace(0);
and check the log file to see what query is actually being sent.