August 11, 2009 at 3:57 pm
Hi,
I have some nvarchar fields in the backend, and these store some Japanese characters along with English characters.
When I try to retrieve this using a string variable in C#, the Japanese characters are displayed as "?" . How could i get the right display?
Thanks,
KK
August 11, 2009 at 5:19 pm
There are two options if the Japanese is stored in a separate column you could change the collation to the version of Japanese you are getting from the database and use the collation in your T-SQL code. If both Japanese and English are stored in one column then you need collation precedence. Run a search for collation precedence in the SQL Server BOL.
Kind regards,
Gift Peddie
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy