Skip to content

Instantly share code, notes, and snippets.

@MikeWills
Created April 11, 2014 14:43
Show Gist options
  • Save MikeWills/10474587 to your computer and use it in GitHub Desktop.
Save MikeWills/10474587 to your computer and use it in GitHub Desktop.
// 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