Re: [Firebird-net-provider] fbTransactionoptions

2009-05-08 Thread Jiri Cincura
2009/5/8 Ivan Arabadzhiev : > Yes, I do mean those, but for example "LockRead | Shared" throws an > exception upon connect. If I use only "ReadCommited" it`s ok. Could you Use IsolationLevel.ReadCommited and that's OK. > paste a link to some kind of documentation on those parameters (I did ask >

Re: [Firebird-net-provider] fbTransactionoptions

2009-05-08 Thread Ivan Arabadzhiev
Thu, 07 May 2009 15:09:31 +0300, Jiri Cincura : > The FbTransactionOptions has no valid combinations. It's just a holder > for transaction params. Maybe you mean FbTransactionBehavior. There > you have > Consistency = 1, > Concurrency = 2, > Shared = 4, > Protected