Re: In-Memory Dataset



I think that yours workaround is overkill, but if you still think that this
is the way to go, then you could just put in commandtext of TADODataSet
someting like this:
select * from <detail_table> where 1=2 and switch it to BatchOptimistic
mode, just don't call BatchUpdate for this inmemory dataset and you will get
what you need.

Regards,
Vitali


.



Relevant Pages