Subject | Re: Concurrency Isolation |
---|---|
Author | Aage Johansen |
Post date | 2002-11-21T21:20:16Z |
Helton wrote:
-----------------------------
-----------------------------
Everything (except for one thing) is done in the context of a transaction
so, yes, you should always close transactions (even when you're "just"
reading). And, btw, don't make them last too long.
--
Aage J.
-----------------------------
> Are you finishing the transaction with a TIB_Transaction.Commit atNo, I'm not. Is it necessary ? I'm just reading data not writing...
> the end of the process and starting in the beginning ?
-----------------------------
Everything (except for one thing) is done in the context of a transaction
so, yes, you should always close transactions (even when you're "just"
reading). And, btw, don't make them last too long.
--
Aage J.