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.