Page 1 of 1

Close TMyTable slow when fetchall=false

Posted: Mon 27 Dec 2004 08:16
by kenny
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

Re: Close TMyTable slow when fetchall=false

Posted: Mon 27 Dec 2004 08:28
by Ikar
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.