slow when I edit first time

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Oliver
Posts: 2
Joined: Tue 07 Feb 2006 08:10

slow when I edit first time

Post by Oliver » Tue 07 Feb 2006 11:47

Hi all,

I'm working with TMyTable (FetchAll = False and FetchRows = 25). When I edit a record with TMyTable for the first time it takes a long time to update it, from that moment on the updates of records are quick.

Why is it slow the first time I edit. Is it because it brigns all the records, even if I have Fetchrows = 25?.

Thanks for the help...

Post Reply