Home > Backend Development > PHP Tutorial > sql-server - php能连sql server 2008吗?

sql-server - php能连sql server 2008吗?

WBOY
Release: 2016-06-06 20:45:45
Original
963 people have browsed it

php能连sql server 2008吗?能像操作mysql那样直接操作sql server 2008数据库吗?一些简单的crud应该一样的吧?

回复内容:

php能连sql server 2008吗?能像操作mysql那样直接操作sql server 2008数据库吗?一些简单的crud应该一样的吧?

php手册输入关键字mssql

用PDO也可以,当然MYSQL和MSSQL的SQL在某些地方有差异,比如mysql有limit,MSSQL没有

Related labels:
php
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