How can i find out the information that is returned by the perl dbi when it encounters an error and dies when RaiseError=1. I can't find any documentation for what the error message contains. Is there anyway I can control the information in the error mesage. I believe perl dbi has these useful methods for error checking
It would be good if RaiseError=1 returned information from all 3 of these methods but i don't know how to find out what it returns. thanks a lotDBI defines several error diagnostic methods $rv = $h->err(); = error number $str = $h->errstr(); = error string $str = $h->state(); = database state
In reply to dbi raiseError = 1 by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |