Created
April 11, 2014 14:43
-
-
Save MikeWills/10474587 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SQL Error Status Fields (Numeric Order) | |
D SQL_SUCCESS C CONST('00000') | |
D SQL_NO_MORE_ROWS... | |
D C CONST('02000') | |
D SQL_DUPLICATE_RECORD... | |
D C CONST('23505') | |
D SQL_ROW_LOCKED... | |
D C CONST('57033') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment