Home  >  Article  >  php教程  >  php连接sql2008(实战篇)

php连接sql2008(实战篇)

WBOY
WBOYOriginal
2016-06-13 10:44:42863browse

 

 

至于php连接mssql2008的方法可以参考我博客的其他文章会有介绍
操作的话
我们可以先阅读下载的插件内的帮助文件,里面写的很详细可惜是英文的
也可以在线获取手册,有中文的很方便地址是
http://technet.microsoft.com/zh-cn/library/hh352126(SQL.10).aspx
http://msdn.microsoft.com/zh-cn/library/hh352126(v=SQL.10).aspx


下面写我的一个简单的测试
基本的功能都有了

包括連接數據庫 執行SQL 獲取記錄數和內容 獲取字段數和內容


 

 

 

 

 

php-sql2008 

 

 

 

$serverName = "(local)"; //鞈

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