Mkumari
Hall of Fame
Points: 3498
More actions
March 31, 2003 at 2:23 pm
#175341
Hi,
I am trying to insert/update a nvarchar column with korean data.SOme how it converts my data to ????.
How can i update this feild.
ANy help is higly appreciated.
Thanks,
MK
anyz
Grasshopper
Points: 12
April 3, 2003 at 5:17 am
#452984
r u using N prefix before inserting unicode data...see BOL for details help
Asif
mdasif@wol.net.pk
Rodrigo Acosta
SSC-Insane
Points: 21261
April 3, 2003 at 6:37 am
#453008
Can you post the code you use so we can see it?
ai90
SSC Veteran
Points: 281
April 10, 2003 at 7:38 am
#453710
Try the following:
INSERT INTO YourTable (YourNVarCharColumn) VALUES ( N'Your korean data' );
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply