开发者

Can MS SQL Server 2000 handle Chinese text encoded with Unicode?

开发者 https://www.devze.com 2022-12-09 18:09 出处:网络
Now, I am using Ms sql server 2000 and I want to store my data as the unicode for chinese fon开发者_运维问答t. But I don\'t know it can store this type or not? If not, could anybody guide me?

Now, I am using Ms sql server 2000 and I want to store my data as the unicode for chinese fon开发者_运维问答t. But I don't know it can store this type or not? If not, could anybody guide me?

Thanks, Sopolin


The n in the nchar and nvarchar data types in Sql Server including 2k stands for Unicode. Yes you can.

Here's a few articles to look at for getting started: MSDN, CodeProject

0

精彩评论

暂无评论...
验证码 换一张
取 消