in reply to Re^8: Can I get the actual error for DBI->execute() ?
in thread Can I get the actual error for DBI->execute() ?
Cute. So,
undef: sql command didn't work
0E0: sql command worked and returned zero rows
>0: sql command worked and returned indicated number of rows
-1: sql command worked but number of rows is unknown (e.g. select)