Re: [dbutils][dbcp] SQL states

2015-04-23 Thread Phil Steitz
On 4/22/15 11:04 AM, Gary Gregory wrote: > Hi All: > > JDBC's SQLException has a String SQLState field. > > I have a need for a formal OO SQLState class and I've started to hack up > something very limited for the purpose our app. I feels hacky and less than > satisfactory ATM. > > I wonder: What d

[dbutils][dbcp] SQL states

2015-04-22 Thread Gary Gregory
Hi All: JDBC's SQLException has a String SQLState field. I have a need for a formal OO SQLState class and I've started to hack up something very limited for the purpose our app. I feels hacky and less than satisfactory ATM. I wonder: What do you do for handling and generating SQL states in your