Feedback
Add RecordSet.RowCount property
- Status
- Fixed
- Fixed in
- v26.5.6
- Source discussion
- https://forum.objo.dev/d/150-recordsetrowcount
- Last updated
- 2026-05-24
Public summary
Add a read-only RecordSet.RowCount property so ObjoBasic developers can get the number of rows returned by a query without manually iterating the RecordSet or writing a separate COUNT(*) query for small result sets.
RecordSet now stores a provider-neutral snapshot when a query runs, so RowCount works consistently for SQLite and is ready for future MySQL and PostgreSQL providers.