Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Current SQLCODE value at the time the special value was evaluated. UltraLite only (not supported for UltraLiteJ).
String
The SQLCODE value is set after each statement. You can check the SQLCODE to determine if the statement succeeded.
Use a SELECT statement to produce an error code for each attempt to fetch a new row from the result set. For example: SELECT a, b, SQLCODE FROM MyTable.