|
|
От: |
chia
|
|
| Дата: | 09.06.03 09:46 | ||
| Оценка: | |||
procedure CommitUpdates(const DataSets: array of TOracleDataSet);
Description
Commits the cached updates of the datasets after calling ApplyUpdates with the Commit parameter set to False. The current database transaction will be committed and the change logs of the datasets will be cleared. If a dataset is a master in a master/detail relation, the updates in all detail datasets will be committed as well. Each dataset must have its CachedUpdates property set to True.