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

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

 

LastFetchOK function

Synopsis
bool ULSqlcaBase::LastFetchOK()
Remarks

Tests the error code for last fetch operation.

Use this function only immediately after performing a fetch operation.

Returns
  • TRUE if the sqlcode indicates that a row was fetched successfully by the last operation.
  • FALSE if the sqlcode indicates the row was not fetched.