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

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