If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > HELP: Insert of "ö" brings "?"

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-22-02, 02:30
frankf frankf is offline
Registered User
 
Join Date: Aug 2002
Posts: 2
Red face HELP: Insert of "ö" brings "?"

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 !!!
Reply With Quote
  #2 (permalink)  
Old 08-22-02, 04:08
frankf frankf is offline
Registered User
 
Join Date: Aug 2002
Posts: 2
Lightbulb Solution: LC_TYPE=de

The Solution is:

Quote:
EXPORT LC_TYPE=de
bye
Frank

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On