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 > Informix Locale Issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-12-04, 09:40
mlovern mlovern is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
Informix Locale Issue

I can connect to informix successfully with an older informix driver, but as soon as I put in their newest driver I get the following message.

Code sets of the locale categories are not the same.

Any help would be aprreciated
Reply With Quote
  #2 (permalink)  
Old 03-12-04, 09:44
mlovern mlovern is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
Re: Informix Locale Issue

[QUOTE]Originally posted by mlovern
I can connect to informix successfully with an older informix driver, but as soon as I put in their newest driver I get the following message.

Code sets of the locale categories are not the same.

Any help would be aprreciated
[/QUOTE

Sorry, it's jdbc not odbc.]
Reply With Quote
  #3 (permalink)  
Old 03-12-04, 10:15
Amit Dandekar Amit Dandekar is offline
Registered User
 
Join Date: Oct 2003
Posts: 29
can you please provide more details ?
I should be able to help you out.

1) Which version of JDBC you were using and what version you changed to ?
2) are you setting DB_LOCALE and CLIENT_LOCALE
properties in your connection url ?

3) What is the locale of the database you are connecting to?
( use dbaccess , select database -> info - > NLS )

4) are you trying to connect to the db from windows box or unix box ?
Reply With Quote
  #4 (permalink)  
Old 03-12-04, 10:28
mlovern mlovern is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
Quote:
Originally posted by Amit Dandekar
can you please provide more details ?
I should be able to help you out.

1) Which version of JDBC you were using and what version you changed to ?
2) are you setting DB_LOCALE and CLIENT_LOCALE
properties in your connection url ?

3) What is the locale of the database you are connecting to?
( use dbaccess , select database -> info - > NLS )

4) are you trying to connect to the db from windows box or unix box ?

1. Informix JDBC Driver 2.21.JC5
2. I have tried to
3. en_US.8859-1
4. Windows 2000
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