Hi, in cached updates I need to first apply all inserts to the db, then the modifications and deletions. How can I do that?
Thanks, Ludek.
Cached Updates and the order of commands
That's what I wanted to have - change the order of records, that appers in the event - force deletions to be the last kind of updates in the event handler.
And that's not pissible, is it?
So there's only one way - to use uaSkip for deletions and call the ApplyUpdates twice - second time for the remaining ukDelete records... ?
And that's not pissible, is it?
So there's only one way - to use uaSkip for deletions and call the ApplyUpdates twice - second time for the remaining ukDelete records... ?