ODBC Performance problem

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
LuckyLuke
Posts: 1
Joined: Mon 27 Sep 2010 13:30

ODBC Performance problem

Post by LuckyLuke » Mon 27 Sep 2010 13:41

How can I increase the speed of a query ? It takes about 20 seconds before returning 2000 records using Delphi + UniDAC.
Database : SQL Anywhere 11
Query : Select * from customer

Using Powerbuilder + ODBC :
2 seconds to get all the records.

I would like to convince my manager to use Delphi and UniDAC. This performance problem is the only problem left.

Thanks.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 28 Sep 2010 09:14

Hello,

I tested your example on latest UniDAC version (3.50.0.12), and time to open the query was less than 2 sec on 30000 records.
Please tell me your exact version of UniDAC.
Also if you don't use default TUniQuery settings, please specify your settings, or send a small project to demonstrate the problem to alexp*devart*com.

Post Reply