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