Close TMyTable slow when fetchall=false

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kenny
Posts: 43
Joined: Mon 15 Nov 2004 08:48
Location: Malaysia
Contact:

Close TMyTable slow when fetchall=false

Post by kenny » Mon 27 Dec 2004 08:16

Hi
I used delphi 5 ent/MyDAC 3.30.0.12

when I set
TCust.FetchAll := False;
TCust.open;
The Table open very fast.

but when I set
TCust.close;
The Table close in slow if my record over than 1000 up to 30000

Why?
Thanks

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Re: Close TMyTable slow when fetchall=false

Post by Ikar » Mon 27 Dec 2004 08:28

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next MyDAC build. It will be available in about three weeks.

Post Reply