Close TMyTable slow when fetchall=false
Posted: 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
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