Thread: locale problem
View Single Post
  #1 (permalink)  
Old 06-18-09, 18:10
rvsenthil rvsenthil is offline
Registered User
 
Join Date: Mar 2009
Posts: 22
locale problem

Hi All,

I have one interesting problem in informix.

I have two database in one instance.

One database has been created with DB_LOCALE=en_US.819
Another database has been created with DB_LOCALE=en_US.UTF8

We have a query, which is collecting a data from both the databases.
It is giving error "locale information mismatch".

How can i solve this scenario?

If i set DB_LOCALE=en_US.819 then , i couldn't execute the query on other database. If i set DB_LOCALE=en_US.UTF8, first database query is not working.

Please advice me on this.

Thanks,
R V
Reply With Quote