View Single Post

   
  #1 (permalink)  
Old 02-27-2008, 11:31 AM
JuhaM
 
Posts: n/a
Default Proper error messages in com.ibm.db2.jcc.b.SqlException

Hi All
Just wondering if its possible get more descriptive error messages in
to com.ibm.db2.jcc.b.SqlException. getMessge or toString() methods
gives only SQL-error codes like:
SQLCODE: -1218, SQLSTATE: 57011, SQLERRMC: 4096

I am using universal driver...

Thanks for any help

Best Regads, Juha

Reply With Quote