Everyday I google SQL error codes for IBM's UDB and DB2. More often then not I get a lot of garbage results. Is there a list of error codes that is complete and searchable that anyone knows of? This would greatly aid me in handling SQL error codes in my programs and while doing analysis.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Using this search string in google: And using I got: http://publib.boulder.ibm.com/iseries/v5r2/ic2924/info/rzala/rzala.pdf Does that help? |
|||||
|
|
I use this one: SQL error codes for IBM's UDB and DB2 but only when my DB2 admin isn't available to ask. (She's much easier to understand than the IBM documentation.) |
|||
|
|
|
Alternatively, you can run the query:
And then you don't have the hassle of running through a list. |
|||
|
|