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
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