Best configuration for read purpose

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
koraycayiroglu
Posts: 1
Joined: Fri 09 Oct 2015 08:53

Best configuration for read purpose

Post by koraycayiroglu » Fri 09 Oct 2015 08:57

Hi,

I am using lots of TUniDataSet for read purpose only. I used to use DataReader object for this kind of action with c# but with Delphi i only have Dataset.

So my question is, best configuration of TUniDataset for fastest reading?

If you guys have any idea, please let me know.

Best regards

azyk
Devart Team
Posts: 1119
Joined: Fri 11 Apr 2014 11:47
Location: Alpha Centauri A

Re: Best configuration for read purpose

Post by azyk » Fri 09 Oct 2015 12:42

To increase batch performance, please have a look at recommendations in the following article in our online documentation: https://www.devart.com/unidac/docs/?inc ... rmance.htm . If any questions remain or come up after reading the article, please contact us - we will answer them.

Post Reply