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