MyTable1.EmptyTable

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
cybsistemas
Posts: 118
Joined: Mon 12 Sep 2005 17:31
Location: Argentina

MyTable1.EmptyTable

Post by cybsistemas » Sat 23 Aug 2014 13:22

with Mydac version 8.3.9
I have a dbgrid associated with a table. If I empty the table the change is not reflected in the dbgrid.
I do
Mytable1.EmtyTable;
MyTable1.refresh;

with Mydac version 8.3.8
Mytable1.EmtyTable;
reflected in the dbgrid.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: MyTable1.EmptyTable

Post by AlexP » Tue 26 Aug 2014 10:03

Hello,

Thank you for the information. We have already fixed this problem. The fix will be included to the next version.

Post Reply