Quote:
Originally posted by frodo123
Hello!
I can't connect to a Informix DB V7.12 over JDBC from a IBM AIX, but it works from a WinNT-PC and a linux-maschine.
On every maschine is the same JDBC-driver, but on aix i get following error:
SQLException: Server does not support GLS variables DB_LOCALE, CLIENT_LOCALE or GL_DATE.
SQLState: IX000
Message: Server does not support GLS variables DB_LOCALE, CLIENT_LOCALE or GL_DATE.
Vendor: -79789
but no one of these variables are set!
can everybody help me?
BR
Uwe Terborg
|
Hi,
Test on NT, run setnet32 and look the variables CLIENT_LOCAL and DB_LOCAL.
In the database server, test the environment variable or user variables.
By default the language of database is "en_US.819", run "SELECT * from systables where tabid = 90"
And test the lenguage of operating system with command "locale".
Gustavo.