Bonjour,
I was used to work with TClientDataset and I would like to move to
kbmMemTable.
I've subclassed kbmMemTable to make it as close as possible to
TClientDataset.
No problem with Fields, Indexes, Filter, Locate but how to write an
efficient CancelUpdates. I can't use transactions as I set
VersioningMode to mtvm1SinceCheckPoint.
Is there a way to cancel all the modifications since last CheckPoint ?
TIA
Olivier