Hi All,
I am using Sql server 2005 as a backend for my application. I want to read/write the unicode data using sql query.
When I am using insert into UnicodeData values('سي') command and if we view the data using sql query analyser, it shows ??.
On the otherhand, when i insert the same unicode data through sql enterprize manager simply copying the data in the actual field, it properly stores the data.
Can anybody help me on how to add/update/retrive the unicode data using the sql query in sql server 2005.
Regards
Amol Lokhande
|