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. > > My application is built using ab

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 Oleg Deribas
Jiri Cincura wrote: >> On my LAN the same code is OK. This issue just happens >> on my VPN clients and just with Date/DateTime fields. > > So it's the problem of VPN. FirebirdClient has no idea, that you're > using VPN or any other tunel. The connection is done in same way. Moreover, I'm using O

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 André Knappstein , Controlling
Home early this evening, and tried at once. Well, seemed to have forgotten that the employee.fdb does not contain any date fields, only timestamps. But maybe this is already enough for testing? I set up a vqd (very quick and dirty) example connecting to the employee database on a server. To be q

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

2008-02-06 Thread André Knappstein , Controlling
Alex, I am also using OpenVPN to connect some remote clients including my home with the main building. I remember clearly that a local application could run easily using OpenVPN. I could dock the laptop into the LAN and did not have to change anything. So I would doubt that the problems are caused

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-06 Thread Jiri Cincura
On 2/6/08, André Knappstein, Controlling <[EMAIL PROTECTED]> wrote: > I must admit that I do not know if the "normal" client.dll > (fbclient.dll or gds32.dll) still is involved when using the .net > provider. No, FirebirdClient is native implementation. It doesn't use any client library, except fo

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

2008-02-06 Thread Jiri Cincura
On 2/6/08, Alex Castillo <[EMAIL PROTECTED]> wrote: > On my LAN the same code is OK. This issue just happens > on my VPN clients and just with Date/DateTime fields. So it's the problem of VPN. FirebirdClient has no idea, that you're using VPN or any other tunel. The connection is done in same way.

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

2008-02-06 Thread André Knappstein , Controlling
> On my LAN the same code is OK. This issue just happens > on my VPN clients and just with Date/DateTime fields. Alex, I must admit that I do not know if the "normal" client.dll (fbclient.dll or gds32.dll) still is involved when using the .net provider. But I had exactly the same issue as you des

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

2008-02-06 Thread Mercea Paul
uary 06, 2008 4:21 AM > To: For users and developers of the Firebird .NET providers > Subject: Re: [Firebird-net-provider] FBException using VPN > > On my LAN the same code is OK. This issue just happens > on my VPN clients and just with Date/DateTime fields. > > This

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();

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

2008-02-05 Thread Jiri Cincura
And without VPN it's OK? Can you provide exception message (or code)? How does the select looks like? -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net e

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

2008-02-05 Thread Ivan Arabadjiev
Have you tried executing the same query on your LAN or Localhost? Is there a chance that your regional settings do not match the ones of the firebird server? If they do - try synchronizing them. I`ve had issues of client unable to parse date/time strings not matching its own regional settings ...

[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