I need apply updates (ClientDataSet.ApplyUpdates) to be applied in specified order: - Delete as first - Modify as second - Insert as third
They are applied in order in which they were done.
I need apply updates (ClientDataSet.ApplyUpdates) to be applied in specified order: - Delete as first - Modify as second - Insert as third
They are applied in order in which they were done.
Copyright © 2021 Jogjafile Inc.
see KTDataComponents to get the idea how this can be accomplished
besides that I sometimes form required update order by switching to specific index in OnUpdateData event handler on provider side. there are couple of tricks that have to be utilized in order not to break delta handling but it is quite doable