Hello,
We're currently using BDE to access data from an ASA12 database in our delphi XE2 app.
We're investigating UniDAC to replace BDE components and we're testing the performances on one of our biggest list (180k records). We're connecting a TUniQuery to TwwDBGrid through a TUniDataSource. The TUniquery is readonly, fetchall false, ExtendedFieldsInfo false and FetchRows = 25.
It takes around 100 seconds (!!) to go from top to bottom of the list (with end key). In the same configuration, it takes 4 seconds to BDE to do the same. Memory consumption is ok in both cases.
We hope there is a trick to get better performances.
Regards