Página 1 de 1

Any Limitation to No. of Records in MemDataSet ?

Publicado: Mié Sep 23, 2015 4:43 pm
por Milan Mehta
Is there any limitation to no. of records that can be stored in MemDataSet ?
It is being observed that I am not able to add more than 28000 records in MemDataSet.
Thereafter it simply exits the program.
Can you please shed light on the issue.

TIA
Milan.

Re: Any Limitation to No. of Records in MemDataSet ?

Publicado: Mié Sep 23, 2015 5:12 pm
por ignacio
Hello,

Memdataset uses a harbour multi-dimensional array. That's all. When a filter or sort is done a new ONE DIMENSION array i created when all its rows point to original rows in source array, so the consumption for those operations in minimum. BTW, I include in this message a sample project that creates 1,000,000 records and open it using a Memdataset.

Regards,