Home > Backend Development > PHP Tutorial > PHP连接MSSQL

PHP连接MSSQL

WBOY
Release: 2016-06-23 14:35:20
Original
776 people have browsed it

之前通过MySql连接来创建一个应用。但工作中用得最多的还是MSSQL。因此如何连接以及使用MSSQL呢?

通过网上搜索,知道,原来在Delphi for PHP 里是没有独立的MSSQL连接以及Tdatabase.这跟Delphi不一样。

也没有ADO连接。直接使用database 在其属性 DriverName 里选择MSsql就可以了。(原来这么方便)。

但后来也遇到 一个问题,就是charset没有设置,造成中文字符乱码。。Google 后,原来要设置Option里的“PHP”选项。但不是像网上所说设置为utf-8 ,而是设置为“gb2312” 显示才没有问题。

刚学,许多东西还是不明白。慢慢来了。。。

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