Hi,
I just noticed what I think is a bug. If RemoteUpdateOptions includes ruoOnPost then calling ApplyUpdates on a DAMemDataTable whose State is not in dsEditModes causes “Dataset not in edit or insert mode”.
Presumably the ApplyUpdates call is blindly calling datatable.post without checking if it’s in edit or not.
Cheers