php 连接 mssql 的一些有关问题,诚心求人解答

WBOY
Release: 2016-06-13 12:42:15
Original
747 people have browsed it

php 连接 mssql 的一些问题,诚心求人解答
一个项目里的小应用,由于我只会点php所以就用php写了脚本
现在遇到的问题是这样的,我操作的数据库是mssql里面的表名和字段都是中文的我一连接就报错
我知道问题是出在字符集上。想必大家也碰到这样的问题,你们都是怎么解决的呢?
mssql_select_db("WZCK", $con);
$result = mssql_query("SELECT * FROM 仓库数据表 WHERE ID='$bh'");

PHP MS?SQL 数据库
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!