Now, I am using Ms sql server 2000 and I want to store my data as the unicode for chinese font. But I don't know it can store this type or not? If not, could anybody guide me?
现在,我正在使用Ms sql server 2000,我想将我的数据存储为中文字体的unicode。但我不知道它能不能存储这种类型?如果没有,谁来引导我?
Thanks, Sopolin
谢谢,Sopolin
1 个解决方案
#1
5
The n in the nchar and nvarchar data types in Sql Server including 2k stands for Unicode. Yes you can.
nchar和nvarchar数据类型(包括2k)中的n表示Unicode。是的,你可以。
Here's a few articles to look at for getting started: MSDN, CodeProject
这里有一些文章可以参考:MSDN, CodeProject
#1
5
The n in the nchar and nvarchar data types in Sql Server including 2k stands for Unicode. Yes you can.
nchar和nvarchar数据类型(包括2k)中的n表示Unicode。是的,你可以。
Here's a few articles to look at for getting started: MSDN, CodeProject
这里有一些文章可以参考:MSDN, CodeProject