RecordSet.MoveFirst
From Xojo Documentation
This item was deprecated in version 2019r2. Please use RowSet.MoveToFirstRow as a replacement. |
Method
Moves the record pointer to the first 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 first record
rs.MoveFirst
rs.MoveFirst