Subject Re: [firebird-support] Records updated still in memory after ClientDataSet.ApplyUpdate(0)
Author Helen Borrie
At 07:18 AM 10/11/2003 +0000, you wrote:
>I have made use of ClientDataSet connected
>to DataSetProvider, to ADOConnection with ODBC.
>
>After ClientDataSet.ApplyUpdates(0), records
>do not go to database. Even the program exits
>and then re-revoked it is still in memory.
>When I reboot my PC, I find database is updated.
>
>The program works fine with MySQL. When I change
>the ADOConnection to connect to Firebird, data cannot
>be flushed.

Firebird has TRANSACTIONS. You need to call CommitUpdates after
ApplyUpdates.

heLen