You are not logged in.
Pages: 1
How do I find the total number of records stored?
Offline
Of the whole database?
Use a loop over all tables in the TSQLModel, then retrieve the count of each, using TSQLRest.TableRowCount() method.
It is very fast with SQLite3, but may be slow with some external DB (like FireBird).
Offline
Thank you for your patient help ab. I am now successfully using SynSQLite3 for my project and it is working very well.
Offline
Pages: 1