in reply to DBI - get info from statement handles
There is no need to eval the executes, they won't die unless you have RaiseError set on the db-handle. So it just won't work as you expect. Any errors on the execute phase will go undetected.
My recommendation is to use RaiseError, and add a HandleError for cases when a simple die is not good enough.
janitored by ybiC: Retitle from "ShowErrorStatement" because onewordnodetitles hinder site search
|
---|