Please, I need some help.
How to force the Windows to update (fisically) the table after a insertion,
deletion or modification in a Dbase table?
I am trying to use the following instructions:
Table.insert;
TableField1.text := 'data';
Table.post;
With these instructions, if an electrical energy interruption occurs, the
table is not updated or one or more blank records are created.
Thank you for the assistance.
Regards.
>How to force the Windows to update (fisically) the table after a insertion,
>deletion or modification in a Dbase table?
Set LOCAL SHARE to True in the BDE Admininistrator program.
Jan
Christophe.
Tadeu Ramalho <tram...@lgbrasil.com.br> schreef in berichtnieuws
3b267a4f$1_1@dnews...
But this will slow your application a bit.
-- Carlos