Re: [Firebird-net-provider] Transactio

2008-08-13 Thread Félix González
The same result Thnaks -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Jiri Cincura Enviado el: miércoles, 13 de agosto de 2008 13:26 Para: For users and developers of the Firebird .NET providers Asunto: Re: [Firebird-net-provider] Transactio Try to turn

Re: [Firebird-net-provider] Transactio

2008-08-13 Thread Jiri Cincura
Try to turn off connection pooling. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the

Re: [Firebird-net-provider] Transactio

2008-08-13 Thread Félix González
CTED] [mailto:[EMAIL PROTECTED] En nombre de Jiri Cincura Enviado el: miércoles, 13 de agosto de 2008 12:42 Para: For users and developers of the Firebird .NET providers Asunto: Re: [Firebird-net-provider] Transactio As far as I'm looking at the code (even if there's try without catch or fin

Re: [Firebird-net-provider] Transactio

2008-08-13 Thread Félix González
13 de agosto de 2008 12:42 Para: For users and developers of the Firebird .NET providers Asunto: Re: [Firebird-net-provider] Transactio Hello: Hello I´m using fbclient 2.0 and VS 2008. What it´s the problem with this code? The Complete mothod of TransactionScope it´s never called, afeter execu

Re: [Firebird-net-provider] Transactio

2008-08-13 Thread Carlos
Hello: Hello > > I´m using fbclient 2.0 and VS 2008. > What it´s the problem with this code? > The Complete mothod of TransactionScope it´s never called, afeter executed > the field "ExitReales" from "articulos" has value=1, why? are you enlisting the connection ?? -- Carlos Guzmán Álvarez Vig

Re: [Firebird-net-provider] Transactio

2008-08-13 Thread Jiri Cincura
As far as I'm looking at the code (even if there's try without catch or finally), I see ts.Complete() commented out. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This S

[Firebird-net-provider] Transactio

2008-08-13 Thread Félix González
Hello I´m using fbclient 2.0 and VS 2008. What it´s the problem with this code? The Complete mothod of TransactionScope it´s never called, afeter executed the field "ExitReales" from "articulos" has value=1, why? Thanks using (TransactionScope ts = new TransactionScope())