RowSet.MoveToLastRow
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
Moves the current row to the last row in the RowSet.
Notes
Currently only supported by these databases:
- SQLiteDatabase
- OracleDatabase
- ODBCDatabase, although not all ODBC drivers implement this
Example
This example moves the current row to the last row in the RowSet.
// move to the last row
rs.MoveToLastRow
rs.MoveToLastRow