From: LtColRDSChauhan <rds...@gm...> - 2015-08-17 08:13:40
|
Hi, 1. FbTransactionBehavior.LockRead allows reads in the code as under : tx = con.BeginTransaction( new FbTransactionOptions() { TransactionBehavior = FbTransactionBehavior.Consistency | FbTransactionBehavior.NoWait, LockTables = new Dictionary<string, FbTransactionBehavior> { {"PAYMENTS" , FbTransactionBehavior.LockRead | FbTransactionBehavior.Exclusive} } } ); 2. Environment : (a) FirebirdSql.Data.FirebirdClient-4.7.0.0 (b) Firebird-2.5.4.26856_0_Win32 (c) Windows 10 (d) .NET 4.5.1 3. If there a error in the code, please help. I had reported this earlier, kindly bear one last time again. Thanks and Regards, Rajiv |