Re: [Firebird-net-provider] Using factories in 3.0.2

2013-04-19 Thread Alex Castillo
rks! Thank you. ___ I'm free, I use GNU/Linux. Close your Windows, Open your mind. --- El jue 18-abr-13, Alex Castillo escribió: > De: Alex Castillo > Asunto: Re: [Firebird-net-provider] Using factories in 3.0.2 > A: "For users and developers of the Firebird .NET providers"

Re: [Firebird-net-provider] Using factories in 3.0.2

2013-04-18 Thread Alex Castillo
Hello Jiri, Sure, this is (I'm traslating because is in spanish the exception text): Can't find the .NET data provider requested. May be is not installed. At this line: fabrica=DbProviderFactories.GetFactory("FirebirdSql.Data.FirebirdClient"); Thank you. Regards, __

[Firebird-net-provider] Using factories in 3.0.2

2013-04-17 Thread Alex Castillo
Hello all, I'm trying to update an application that uses Factories from version 2.1 to 3.0.2 of the provider. I've registered the dll in the gac by using gacutil.exe from VS2010 command line. This is the output of /l option: FirebirdSql.Data.FirebirdClient, Version=3.0.2.0, Culture=neutral, Pu

Re: [Firebird-net-provider] FBException using VPN

2008-02-11 Thread Alex Castillo
Hello, I've removed the comp-lzo option of OpenVPN config file and the application works fine now (a little bit slower). Interesting Regards. --- Alex Castillo <[EMAIL PROTECTED]> escribió: > Hello, > > I couldn't get the error in my test application. > >

Re: [Firebird-net-provider] FBException using VPN

2008-02-07 Thread Alex Castillo
Hello, I couldn't get the error in my test application. My application is built using abstract factories and I'm using dll modules. I'm not sure about what is happening, so I'll try to do harder tests and I'll expose the results. Regards. ___ I'm free, I use GNU/Lin

Re: [Firebird-net-provider] FBException using VPN

2008-02-06 Thread Alex Castillo
Hello, What are your FBserver, openvpn and fbclient versions? I'd like to try using the same versions. I'm using Win2003 server std and regional setting is Spanish(Mexico). Any idea? --- Oleg Deribas <[EMAIL PROTECTED]> escribió: > Jiri Cincura wrote: > > >> On my LAN the same code is OK. Thi

Re: [Firebird-net-provider] FBException using VPN

2008-02-06 Thread Alex Castillo
I will send you a little test at night.. I will try to reproduce the same error as in my application. Thanks. --- André Knappstein, Controlling <[EMAIL PROTECTED]> escribió: > Home early this evening, and tried at once. > > Well, seemed to have forgotten that the employee.fdb > does not cont

Re: [Firebird-net-provider] FBException using VPN

2008-02-06 Thread Alex Castillo
Hello André, My Fb server is 2.0.1 and I'm using the same client version in every computer on VPN. I've opened the port 3050 on my firewall and I can run the application without any problem (connecting to myserver:3050 instead of 10.7.0.X from my VPN), so definitely is the OpenVPN server, but for

Re: [Firebird-net-provider] FBException using VPN

2008-02-06 Thread Alex Castillo
l > > > -Original Message- > > From: > [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] > On Behalf > > Of Alex Castillo > > Sent: Wednesday, February 06, 2008 4:21 AM > > To: For users and developers of the Firebird .NET > providers &g

Re: [Firebird-net-provider] FBException using VPN

2008-02-05 Thread Alex Castillo
On my LAN the same code is OK. This issue just happens on my VPN clients and just with Date/DateTime fields. This is the code: public void Buscar(){ DbCommand comandoBuscar = Phoenix.Conexion.CreateCommand();

[Firebird-net-provider] FBException using VPN

2008-02-05 Thread Alex Castillo
Hello, I have an application coded in C# and I'm using Firebird and the .NET provider (FBClient 2.1.0). In my network everything is fine, but I have a VPN, OpenVPN, and when I'm using FbDataAdapter.Fill() method, the application raises the next exception: See the end of this message for details

Re: [Firebird-net-provider] Named parameters exception

2007-01-24 Thread Alex Castillo
Ignore this message. Already corrected. Thanks. - Mensaje original De: Alex Castillo <[EMAIL PROTECTED]> Para: firebird-net-provider@lists.sourceforge.net Enviado: miércoles, 24 de enero, 2007 13:51:58 Asunto: [Firebird-net-provider] Named parameters exception Hello, Ho

[Firebird-net-provider] Named parameters exception

2007-01-24 Thread Alex Castillo
Hello, Hope you can help me. I have the next update string: "UPDATE domicilio SET [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] ,[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] WHERE [EMAIL PROTECTED]" and I create every parameter doing this: comDomicilio.Parameters.Add(Fabric