Re: [Firebird-net-provider] Transaction Locking issue

2008-12-01 Thread Shanand Chandradas
Any Updates/ suggestions for me on this??? Shanand Chandradas Sr. Software Engineer | KPIT Cummins Infosystems Ltd.| Ext No.5294 | Mob: 9730066933 From: Shanand Chandradas Sent: 01 December 2008 16:06 To: 'For users and developers of the Firebird .NET pro

Re: [Firebird-net-provider] Transaction Locking issue

2008-12-01 Thread Shanand Chandradas
Can this be achievable? Screen1: try If transaction not active Begin Session.BeginTrasaction End Session.Update(parent) Session.Flush() Session.Transaction.Commit() Except Session.transaction.rollback End Screen2: If transaction not active Begin Session.BeginTrasaction End

[Firebird-net-provider] Transaction Locking issue

2008-11-30 Thread Shanand Chandradas
Hello All, I am using firebird .net provider 2.0 I am facing a basic problem with transaction locking. If there are 2 processes of an application running P1 and P2. Consider the below case: This design cannot be changed, as the user expects the update to happen in the child screens and commit