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

2010-08-08 Thread Helen Borrie
At 03:06 PM 9/08/2010, Pierre Arnaud wrote: >Thank you for your very quick response time ! Is there any way we can >provide financial support for the Firebird.NET development ? http://www.firebirdsql.org/index.php?op=ffoundation&id=contributions Helen (Secretary, Firebird Foundation) -

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

2010-08-08 Thread Pierre Arnaud
07, 2010 3:41 PM > To: For users and developers of the Firebird .NET providers > Subject: Re: [Firebird-net-provider] Transaction configuration with the > ADO.NET Data provider for Firebird > > On Sat, Aug 7, 2010 at 14:45, Pierre Arnaud wrote: > > Would you consider adding

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

2010-08-08 Thread Jiri Cincura
On Sun, Aug 8, 2010 at 19:10, Jiri Cincura wrote: > Done. You can grab it from weekly builds place and test. And maybe http://blog.cincura.net/231910-fbtransaction-changes-to-support-tables-locking/ as a quick start. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http:

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

2010-08-08 Thread Jiri Cincura
On Sat, Aug 7, 2010 at 15:41, Jiri Cincura wrote: > Put it into tracker and I'll look at it. From quick research it > shouldn't be difficult. Done. You can grab it from weekly builds place and test. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.co

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

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

2010-08-03 Thread Marc Bettex
Thank you for your quick answer, Marc -Message d'origine- De : Jiri Cincura [mailto:disk...@cincura.net] Envoyé : mardi 3 août 2010 13:55 À : For users and developers of the Firebird .NET providers Objet : Re: [Firebird-net-provider] Transaction configuration with the ADO.NET

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

2010-08-03 Thread Jiri Cincura
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 specify table for locking, it's no

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

2010-08-03 Thread Marc Bettex
Hi, I'm currently using the ado.net firebird client 2.5 and I have some problems with the configuration of the transactions. I only found some outdated documentation from version 1.7 on the web, so I was hoping that someone could point me toward some up to date documentation or tell me how to solv

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

Re: [Firebird-net-provider] Transaction

2006-09-18 Thread Jun S. Pomer
--Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Jun S. Pomer > > Sent: Monday, 18 September 2006 2:15 pm > > To: firebird-net-provider@lists.sourceforge.net > > Subject: Re: [Firebird-net-provider] Transaction &g

Re: [Firebird-net-provider] Transaction

2006-09-17 Thread Dean Harding
pters--transacti ons-blog-post.aspx Dean. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jun S. Pomer > Sent: Monday, 18 September 2006 2:15 pm > To: firebird-net-provider@lists.sourceforge.net > Subject: Re: [Firebird-net-pro

Re: [Firebird-net-provider] Transaction

2006-09-17 Thread Jun S. Pomer
Hi, Anybody can point me where is the right direction? I need the "transaction" to update multiple tables. Thanks in advance. Jun ""Jun S. Pomer"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi Carlos, > > Thanks for the reply. > > What is recommended, or alternative to use a

Re: [Firebird-net-provider] Transaction

2006-09-15 Thread Jun S. Pomer
Hi Carlos, Thanks for the reply. What is recommended, or alternative to use a transaction? Thanks. Jun "Carlos Guzmán Álvarez" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: > > Hi Carlos, > > > > I so sorry, for very late reply. Anyway below is the sample transaction > >

Re: [Firebird-net-provider] Transaction

2006-09-15 Thread Carlos Guzmán Álvarez
Hello: > Hi Carlos, > > I so sorry, for very late reply. Anyway below is the sample transaction > based. Is it safe/compatible using Firebird provider? No, there are no support for TransactionScope for now in the provider. -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Transaction

2006-09-14 Thread Jun S. Pomer
Hi Carlos, I so sorry, for very late reply. Anyway below is the sample transaction based. Is it safe/compatible using Firebird provider? Thanks and More Power. Jun BindingSourceTable1.EndEdit(); BindingSourceTable2.EndEdit(); using (TransactionScope ts = new TransactionScope()) { try

Re: [Firebird-net-provider] Transaction

2006-09-06 Thread Carlos Guzmán Álvarez
Hello: > Can somebody share sample code, how to make Transaction using DataSet. All > available examples I've seen were using > FbConnection,FbTransaction,FbCommand, etc. > > I'm using VS2005 with desktop application and FBClient Ver2. Can you please explain in detail what is what you want to do ??

[Firebird-net-provider] Transaction

2006-09-05 Thread Jun S. Pomer
Hi, Can somebody share sample code, how to make Transaction using DataSet. All available examples I've seen were using FbConnection,FbTransaction,FbCommand, etc. I'm using VS2005 with desktop application and FBClient Ver2. Thanks. Jun -