Three steps to connect PHP6 to SQLServer2005, php6sqlserver2005_PHP tutorial

WBOY
Release: 2016-07-12 08:54:13
Original
997 people have browsed it

Trilogy of PHP6 connecting to SQLServer2005, php6sqlserver2005

1. Modify php.ini to delete and save the comment extension=php_mssql.dll.

Modify php.in to change mssql.secure_connection = Off to mssql.secure_connection = On.

2. Download ntwdblib.dll (2000.80.194.0) for 2005

Click to download

3. Open the file X:AppServphp5ext and copy php_mssql.dll to the system32 directory.

Copy the downloaded ntwdblib.dll to the system32 directory.

Copy the downloaded ntwdblib.dll to the php5 directory.

That’s all the trilogy about connecting PHP6 to SQLServer2005. I don’t know if you understand it. If you have any questions, please leave me a message!

Articles you may be interested in:

  • SQL SERVER service on the local computer started and then stopped. Solution
  • win2008 r2 installation sql server 2005/2008 cannot connect Server solution
  • SQLServer2005 Two solutions without server name
  • Install and configure SQL Server 2005 Express Edition (lite version) under WIN7
  • SQL server 2005 will be remote How to import the database locally
  • How to open a remote connection to the database in SQL Server 2005

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/1121287.htmlTechArticleTrilogy of PHP6 connecting to SQLServer2005, php6sqlserver2005 1. Modify php.ini and delete the comment extension=php_mssql.dll save. Modify php.in and change mssql.secure_connection = Off to mssql.se...
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