in reply to Re^2: Can I get the actual error for DBI->execute() ?
in thread Can I get the actual error for DBI->execute() ?
which also would make it easier to extend the error message, if needed.$dbInsert=$db->prepare($insertCom) or die join(" : ", "DBI prepare failed!",$db->err, $db->errstr);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Can I get the actual error for DBI->execute() ?
by ikegami (Patriarch) on Jun 22, 2024 at 20:52 UTC |