I have a Delphi XE app using client datasets through providers to MyDAC MyQuery components (latest).
To be able to delete all rows in a cds in a while not eof loop and then applyupdates to commit the changes I have to set resolvetodataset=false on the provider.
Unfortunately, in the same app I need resolvetodataset=true on the same provider as it contains a text blob column which is otherwise set to null when the row is updated and the field is unchanged.
I appreciate that this may be a bug / problem in Midas but I think that it is more likely to be resolved by yourselves driving the fix.
Note - this is not consistently happening - further investigation required for the exact conditions.
If anyone can stop me from re-inventing the wheel and explain please do
Thanks,
Roy