Subject Records updated still in memory after ClientDataSet.ApplyUpdate(0)
Author itpcl
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.