Subject | Re: [firebird-support] isc_tpb_read |
---|---|
Author | Ann W. Harrison |
Post date | 2004-11-08T21:15:47Z |
At 07:46 PM 11/7/2004, Chad Z. Hower aka Kudzu wrote:
read_committed, read_only transaction is "pre-committed" so it has
no effect on the concurrency problems of other transactions.
Regards,
Ann
>isc_tpb_read Read-only access mode that allows a transaction only to selectYes.
>data from Tables
>
>What is the exact significance of this? Does it just stop me from performing
>updates and throw an exception?
>Or if I am only doing reads, does it haveYes, especially if you're running a read_committed transaction. A
>performance or memory benefits?
read_committed, read_only transaction is "pre-committed" so it has
no effect on the concurrency problems of other transactions.
Regards,
Ann