Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Using nvarchar for unicode characters

Author  Topic 

SQLHelpMe
Starting Member

1 Post

Posted - 2005-01-12 : 18:18:30
I inserted Japanese chracters in the table but do not display correctly. I set the column as nvarchar, but no change.

I do have another table that used nvarchar and displays the characters just fine.

Is there any settings that I don't know?

derrickleggett
Pointy Haired Yak DBA

4184 Posts

Posted - 2005-01-12 : 19:22:10
Did you alter the column after inserting the data? You need to insert after changing the column type.

MeanOldDBA
derrickleggett@hotmail.com

When life gives you a lemon, fire the DBA.
Go to Top of Page
   

- Advertisement -