RecordSet.MoveLast
From Xojo Documentation
This item was deprecated in version 2019r2. Please use RowSet.MoveToLastRow as a replacement. |
Method
Moves the record pointer to the last record in the RecordSet.
Notes
Currently only supported by these databases:
- SQLiteDatabase
- OracleDatabase
- ODBCDatabase, although not all ODBC drivers implement this
Example
This example moves the record pointer to the first record in the RecordSet.
// move to the last record
rs.MoveLast
rs.MoveLast