On 06/19/2012 10:37 AM, Hans Richardo wrote:
Please help me, give me an example how to error handling (or print error message) if I have an wrong query. I have tried this code with wrong table name (TB_DAT => TB_DATA) but the SQLException doesn't return anything.
Iirc, failed queries don't show up in Exception_frame.message. I always log the separately in the CATCH block.