Subject Re: Readonly datasets
Author clivewalden
--- In IBObjects@yahoogroups.com, Magni Thor Mortensen <magni@...> wrote:
> > I had an idea to have the datasets use a readonly/read commited
> > transaction, and do all my updates,inserts and deletes with another
> > query connected to a read/write transaction.
> > but the problem with that is that the dataset insists on being
read-only
> > when connected to a read-only transaction.

I am missing the problem here. Why is the readOnly Dataset/Transaction
an issue if you are updating via a separate read/write query/transaction?

Clive