LastFetchOK function

Tests the error code for last fetch operation.

Syntax
bool ULSqlcaBase::LastFetchOK()
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.

Remarks

Use this function only immediately after performing a fetch operation.