Subject [IBO] Re: Readonly datasets
Author clivewalden
--- In IBObjects@yahoogroups.com, Magni Thor Mortensen <magni@...> wrote:
> I intend to use the dataset's buffers to hold the changes, until I post
> them with a seperate read/write query
>
Why would you do that?

You are fighting the underlying design. That is always a problem.

Why not store the information in a collection of your own simple
objects or in a TClientDataset?

Then you have complete control over when/how/where you post.

Clive.