Subject | Re: [IBO] CommitAction |
---|---|
Author | Lester Caine |
Post date | 2005-10-26T16:34:24Z |
Stephen Boyd wrote:
use a Query at all and only need to refresh things in the other
transaction(s) when you have finished. I tend to keep the 'heavy' stuff
isolated from the user interface with different transactions and
sometimes even different sessions.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.
> I have been unable to find anything in the help files regarding this,Try putting your update into it's own transaction. Then you would not
> so here goes:
>
> For TIBOQuery.CommitAction = caFetchAll is there any way to limit the
> maximum number for rows fetched when Commit is called? There is
> TimeoutProps.AttemptMaxRows but that would seem to only apply when IBO
> is attempting to automatically commit a transaction. Does this
> property also apply when explicitly commiting a transaction?
use a Query at all and only need to refresh things in the other
transaction(s) when you have finished. I tend to keep the 'heavy' stuff
isolated from the user interface with different transactions and
sometimes even different sessions.
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.