RowSet without database

i wonder why we can’t create a RowSet at runtime with new RowSet
it would be useful for the Report

my current workaround is a extra database or extra class just to fill data in a report.

You can create a RowSet from an in-memory SQLiteDatabase. Just a couple of lines of code.

I use a databaserecord class for that purpose.
(which is more or less a dictionnary !)