Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-19 Thread Carlos
Hello: > And so, that it´s imposible to do? > Right now yes, as all the "default" IsolationLevels are using the Wait option. -- Carlos Guzmán Álvarez Vigo-Spain - Check out the new SourceForge.net Marketplace. It's the be

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-19 Thread Félix González
And so, that it´s imposible to do? Thanks _ De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Carlos Enviado el: jueves, 19 de junio de 2008 10:54 Para: For users and developers of the Firebird .NET providers Asunto: Re: [Firebird-net-provider] Transsactionscope NoWait

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-19 Thread Carlos
Hello: You're right. I forgot, that's another "transaction" type. :( ;) -- Carlos Guzmán Álvarez Vigo-Spain - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about any

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-19 Thread Jiri Cincura
On Thu, Jun 19, 2008 at 9:52 AM, Carlos <[EMAIL PROTECTED]> wrote: > You can't do that, what TransactionScope expects is an instance of > System.Transactions.Transaction class. You're right. I forgot, that's another "transaction" type. :( -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvo

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-19 Thread Carlos
Hola: I try it bit I get a compilation error can´t convert > 'FirebirdSql.Data.FirebirdClient.FbTransaction' en > 'System.Transactions.Transaction'My code is: > > FbConnection cnm = CreaConexion(); > cnm.Open(); > FbTransaction tr = cnm.BeginTransaction(FbTransactionOptions.NoWait); > using (Trans

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-19 Thread Félix González
(TransactionScope ts = new TransactionScope(tr)) .. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Jiri Cincura Enviado el: miércoles, 18 de junio de 2008 20:16 Para: For users and developers of the Firebird .NET providers Asunto: Re: [Firebird-net-provide

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-18 Thread Jiri Cincura
On Wed, Jun 18, 2008 at 7:46 PM, Félix González <[EMAIL PROTECTED]> wrote: > How can create a transactionscope with NaWait?. I´m using > TransactionOption.timeout with Timeout= 5 seg. But if I update the same > record with other program (IBExpert). The .NET application wait until the > Ibexpert tra

[Firebird-net-provider] Transsactionscope NoWait

2008-06-18 Thread Félix González
I´m using FirebirdClient - ADO.NET 2.0 Data Provider. How can create a transactionscope with NaWait?. I´m using TransactionOption.timeout with Timeout= 5 seg. But if I update the same record with other program (IBExpert). The .NET application wait until the Ibexpert transaction are committed and c