RowSet.RowCount
From Xojo Documentation
Method
The number of rows in the RowSet.
Notes
Currently only supported by these databases:
- SQLiteDatabase
- PostgreSQLDatabase
- OracleDatabase
- ODBCDatabase, although not all ODBC drivers implement this
For databases that do not support this function, an UnsupportedOperationException is raised.
Sample Code
Display the row count if it is available: