Home  >  Article  >  Database  >  在英文NT及SQL下,实现页面中中文出现_MySQL

在英文NT及SQL下,实现页面中中文出现_MySQL

WBOY
WBOYOriginal
2016-06-01 14:06:08890browse

问题:从数据库中读出的中文均为“?”

解决方案:
Step 1:注册 Code Page使SQL Server支持中文
1.复制文件C_936.nls到系统目录下的system32目录
2.使用Regedit32.exe增加以下键:
location: HKEY_LOCAL_MACHINEsystemCurrentControlSetControlNlsCode
Page
value name: 936
value: C_936.NLS


location: HKEY_LOCAL_MACHINEsystemCurrentControlSetControlNlsLang
uage
value name: 0804
value: l_intl.nls

3.使用简体中文字符集重建SQL server的Master数据库


Step 2.
在ASP程序的开头中加入一行:


这个解决方案好处是不用安装中文平台系统,又可以稳定运行NT(英文企业版较
稳定)


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn