Skip to content
Advertisement

Not able to display Chinese character in application

I have a column in which Chinese characters are stored and the column contains a customer name in Chinese language.

When I select the column in SSMS I can see all the names in Chinese language but when the same is done from application the application displays ‘??????’ in all the fields of that columns.

I tried to collate the column with ‘Chinese_Simplified_Pinyin_100_CI_AS’ in a select statement still no use.

Does anyone knows what should I do to display Chinese character in the application.

Advertisement

Answer

This issue due to application problem. its not an sql server issue. check in application. if ?????? comes in sql server, then only its sql server issue. hence its not an sql server issue

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement