Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While inserting Japanese/Chinese characters into Informix database from my asp.net and C# application, I am getting error : Inexact character conversion. Where should I do configuration changes i.e web.config connection string or Informix database?
Please suggest me the appropriate character set
Posted
Updated 18-Sep-15 19:51pm
v2

You would at least need to check and possibly change the codeset in the Informix configuration. Have a look at Help with multibyte locales[^]
 
Share this answer
 
Comments
Abhinav S 19-Sep-15 2:02am    
Agree. 5.
vamsi.welcome 22-Sep-15 10:12am    
Tnx for the reply, I changed client locale to en_US.UTF8 in the system DSN(controlpanel-->AdministrativeTools-->Data Sources(odbc)). But it is not being reflected here : select * from sysmaster:informix.sysdbslocale
Kindly let me know how to change client locale value.
Wendelius 22-Sep-15 10:39am    
Client locale is one thing but have you checked the server side locale that Informix uses?

Please have a look at IBM® Informix® Client Software Development Kit, Version 4.10 / Set a GLS locale[^]

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900