Re: How to set the connection read-only?

2005-07-11 Thread Florin Manolache
: Clinton Begin To: user-java@ibatis.apache.org ; Florin Manolache Sent: Saturday, July 09, 2005 11:59 PM Subject: Re: How to set the connection read-only? Florin,I don't understand why you would do that. If you have a connection that's read-only, why would you need a transaction

Re: How to set the connection read-only?

2005-07-11 Thread James, Steven
Manolache [mailto:[EMAIL PROTECTED] Sent: Mon 7/11/2005 10:32 AM To: [EMAIL PROTECTED] Cc: user-java@ibatis.apache.org Subject: Re: How to set the connection read-only? In my read-only transactions, I read data from multiple tables, and I want to get a consistent view (I don't want other transactions

Re: How to set the connection read-only?

2005-07-09 Thread Clinton Begin
Florin, I don't understand why you would do that. If you have a connection that's read-only, why would you need a transaction at all? (or vice versa) Cheers, Clinton On 7/8/05, Florin Manolache [EMAIL PROTECTED] wrote: Is there a way to set the connection in the read-only statebefore