LOTUS CONNECTORS


LastRow method
Example

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

Defined in

ODBCResultSet

Syntax

status = odbcResultSet.LastRow

Return value


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
See Also