Current SQLCODE value at the time the special value was evaluated.
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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |