LastRow (ODBCResultSet - LotusScript)

Sets the current row position to the last row in the result set.

Defined in

ODBCResultSet

Syntax

status = odbcResultSet . LastRow

Return value

  • True indicates that the cursor position is at the last row.
  • False indicates an error.

Usage

To reach the last record, records must be retrieved from the result set. Therefore, locating the last row may take some time.

Events

BeforeLastRow

AfterLastRow

BeforeRowPositionChange

AfterRowPositionChange

Example