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


in reply to Re^3: Capturing error thrown by a database
in thread Capturing error thrown by a database

I'll also point out the DBD::Sybase implements its own error handler callback (syb_err_handler connection level attribute). See the DBD::Sybase docs for details.

Michael

  • Comment on Re^4: Capturing error thrown by a database