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
http://www.bkjia.com/PHPjc/1121287.htmlwww.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...