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
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:/
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