MyTable1.EmptyTable
Posted: 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.
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.