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


in reply to How can I see error messages from MySQL?

To continue the follow up to the previous follow up... if you RaiseError, you may find it handy to use the variable for the error string produced by the DBMS irregardless of which one you choose. This of course is $DBI::errstr which will return the ever cryptic messages that seem to be returned from every DBMS I've used.
  • Comment on Re: How can I see error messages from MySQL?