美国主机资讯

全面介绍美国主机信息 最新优惠码 购买图解 使用指导 代购
Filed under Godaddy主机

解决办法:

在要插入的中文字符的引号前加N

如:

insert into theme(name,about)   values(’pusu’,’ 美国主机专家’);
而要想在英文版的sql server中不乱码,就必须
insert into theme(name,about)   values(’pusu’,N’ 美国主机专家’);

Posted by admin on 星期日, 10月 19th, 2008


You can follow any responses to this entry through the magic of "RSS 2.0" and leave a trackback from your own site.

Comments are closed.