http://www.perlmonks.org?node_id=1063792


in reply to Re^4: Perl DBI: problems inserting data to a table
in thread Perl DBI: problems inserting data to a table

The OP indicates that RaiseError is being set. The only thing I could think of was that a field width constraint was being violated without throwing the exception. At this point, I think I would want to force an insert error and see if RaiseError does in fact fire.

It helps to remember that the primary goal is to drain the swamp even when you are hip-deep in alligators.
  • Comment on Re^5: Perl DBI: problems inserting data to a table