Yes, this it´s the method CrearConexion() private FbConnection CreaConexion() { string ConnectionString = "User=SYSDBA;" + "Password=dgvaz;" + "Database=h:\\basedatos\\Trabajando.fdb;" + "DataSource=127.0.0.1;" + "Port=3050;" + "Dialect=1;" + "Charset=NONE;" + "Role=;" + "Connection lifetime=15;" + "Pooling=true;" + "Packet Size=4096;Enlist=true";
FbConnection Con = new FbConnection(ConnectionString); return Con; } ________________________________________ De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Carlos 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 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 Vigo-Spain http://carlosga.wordpress.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider