Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API reference » ULSqlcaBase class

 

LastCodeOK function

Tests the error code for the last operation.

Syntax
bool ULSqlcaBase::LastCodeOK()
Returns
  • TRUE if the sqlcode is SQLE_NOERROR or a warning.

  • FALSE if sqlcode indicates an error.