RowSet.MoveToFirstRow
From Xojo Documentation
Method
Moves the current row to the first 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 first row in the RowSet.
// move to the first row
rs.MoveToFirstRow
rs.MoveToFirstRow