Are the values that are populated in sqlca.sqlabc unique to response
type? IE, when i get a failure for 'ERROR: Cannot insert a duplicate
key into unique index "myindexname"' will the sqlca.sqlabc value always
be the same?
I'm looking for a way to determine if my failure is of this type w/o
having to to a string compare on the error message.
thanks,
reid