Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DBase Table updating

0 views
Skip to first unread message

Tadeu Ramalho

unread,
Jun 12, 2001, 4:32:47 PM6/12/01
to
Hello,

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.


Jan Sprengers

unread,
Jun 13, 2001, 2:39:53 AM6/13/01
to
On Tue, 12 Jun 2001 17:32:47 -0300, "Tadeu Ramalho"
<tram...@lgbrasil.com.br> wrote:

>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

unread,
Jun 13, 2001, 5:48:43 AM6/13/01
to
You should always consider using a UPS on your machines when
using database applications.


Christophe.


Tadeu Ramalho <tram...@lgbrasil.com.br> schreef in berichtnieuws
3b267a4f$1_1@dnews...

carlos otxotorena

unread,
Jun 13, 2001, 6:47:50 AM6/13/01
to

Try using:
table.FlushBuffers;

But this will slow your application a bit.

-- Carlos

0 new messages