TUniTable DBF Table open very slow

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
testpresta
Posts: 32
Joined: Sat 07 Jun 2014 19:41

TUniTable DBF Table open very slow

Post by testpresta » Sat 01 Nov 2014 17:22

Hello

I want to open a DBF file with UniDAC. I just want to read this file.
The open call is very slow (about 7 seconds. The file contains 5 rows).
Is there a way to speed up table opening ? I have put readonly to true. There is no effect.

Thanks

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

Re: TUniTable DBF Table open very slow

Post by AlexP » Mon 03 Nov 2014 06:14

Hello,

Please send the database file for us to reproduce the problem to alexp*devart*com.

Post Reply