Using ProgressBar for Table opening

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
graendael
Posts: 3
Joined: Sat 05 Sep 2009 13:48

Post by graendael » Mon 07 Sep 2009 07:12

Dimon wrote:This problem has arisen because you set the FetchAll property to False.
Hi dimon.

I may miss something. If you look at the code:
mytable1.tablename:='tbsolicitudes2';

Mytable1.FetchAll:=true;

mytable1.Open;
has Fetchall set to true.

Can you modify my example in order to make it work

Thanks a lot

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 07 Sep 2009 08:29

I could not reproduce the problem.
Please send me a complete small sample to dmitryg*devart*com to demonstrate it, including a script to create and fill table.

Post Reply