Re: [Firebird-net-provider] DbTransaction

2012-11-28 Thread Jiri Cincura
On Wed, Nov 28, 2012 at 4:22 PM, Nicolas Timmers wrote: > Hello Jiri strange this was changes in last versions ? Yes. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com --

Re: [Firebird-net-provider] DbTransaction

2012-11-28 Thread Nicolas Timmers
Hello Jiri strange this was changes in last versions ? in the 2.7.7 is Wait Default Tanks > Date: Wed, 28 Nov 2012 14:45:09 +0100 > From: disk...@cincura.net > To: firebird-net-provider@lists.sourceforge.net > Subject: Re: [Firebird-net-provider] DbTransaction > > > OK,

Re: [Firebird-net-provider] DbTransaction

2012-11-28 Thread Jiri Cincura
> OK, the only that doesn't match is the isc_tpb_nowait that in the Firebird > Client will always be Wait right ? By default FbTransactionBehavior.NoWait. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com --

Re: [Firebird-net-provider] DbTransaction

2012-11-28 Thread Nicolas Timmers
ra.net > To: firebird-net-provider@lists.sourceforge.net > Subject: Re: [Firebird-net-provider] DbTransaction > > > how could I pass these parameters in my system making use of DbTransaction? > > You can't pass it explicitly. That's the price for abstraction. > >

Re: [Firebird-net-provider] DbTransaction

2012-11-28 Thread Jiri Cincura
> how could I pass these parameters in my system making use of DbTransaction? You can't pass it explicitly. That's the price for abstraction. But. This matches IsolationLevel.ReadCommitted. Hence you can use this or specify it in connection string. -- Jiri {x2} Cincura (x2develop.com founder) h