[Firebird-net-provider] [FB-Tracker] Created: (DNET-338) Implement table locking in the provider

2010-08-07 Thread Pierre Arnaud (JIRA)
Implement table locking in the provider --- Key: DNET-338 URL: http://tracker.firebirdsql.org/browse/DNET-338 Project: .NET Data provider Issue Type: New Feature Components: ADO.NET Provider

Re: [Firebird-net-provider] Transaction configuration with the ADO.NET Data provider for Firebird

2010-08-07 Thread Jiri Cincura
On Sat, Aug 7, 2010 at 14:45, Pierre Arnaud wrote: > Would you consider adding table locking in the provider ? Is this something > difficult to implement ? Put it into tracker and I'll look at it. From quick research it shouldn't be difficult. -- Jiri {x2} Cincura (x2develop.com founder) http:/

Re: [Firebird-net-provider] Transaction configuration with the ADO.NET Data provider for Firebird

2010-08-07 Thread Pierre Arnaud
Hello Jiri, > On Tue, Aug 3, 2010 at 10:36, Marc Bettex wrote: > > new FbTransactionOptions() > > { > >        TransactionBehavior = FbTransactionBehavior.Concurrency | > > FbTransactionBehavior.Wait | FbTransactionBehavior.LockWrite | > > FbTransactionBehavior.Protected > > }; > > You can't spe