Subject | Records updated still in memory after ClientDataSet.ApplyUpdate(0) |
---|---|
Author | itpcl |
Post date | 2003-11-10T07:18:45Z |
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.
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.