ENVIRONMENT:
OS SunSolaris
Java 1.4
Inormix 9
JDBC 2.21 JC2
Hi threre,
executing an INSERT-Statement to bring a string whith any german "Umlaut" (ö,ä...) into a CHAR(50) field works without error, but all umlaut chars are replaced by "?".
I try to set the xx_LOCALE variables in the JDBC connection string (to de_DE.819 - same as in the database) -> no result.
Executing the same class from another computer (Windows or SunSolaris) the statement works fine !!!
