Good Moring.
I am attempting to use TTMSFNCDataGrid “Paging” function. However I get a “Out of memory” when I set the Query to active. (The DB is large).
The FDQuery is linked to a Datasource, then Databaseadapter to finally datagrid.
Paging is enabled and visable.
Would you happen to have an example?
Many thanks
David
Can you perhaps share an insight on how large? how many records / fields?
Hello,
Thank you for the reply.
25 Fields
1 million records
we can succesfully load 1 million records and 25 fields. but this is really testing the limits of memory management in the data grid. At what point exactly do you get the out of memory? And if you switch to 64 bit does it solve the issue?