PHP6 connected to SQLServer2005 's trilogy, php6sqlserver2005
1. Modify PHP.ini to save Extension=php_mssql.dll's comments.
Modify Php.in to change mssql.secure_connection = off to Mssql.secure_connection = on.
2. Download the connection 2005 Ntwdblib.dll (2000.80.194.0)
Click to download
3. Open the file X:\AppServ\php5\ext and copy the 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.
About PHP6 Connection SQLServer2005 trilogy on the introduction of so many, do not know whether you have read, have any questions welcome to my message!
Articles you may be interested in:
- sql2005 the SQL Server service on the local computer starts and then stops the workaround
- win2008 R2 Installing SQL Server 2005/2008 cannot connect to a server workaround
- SQLServer2005 two workarounds for no server name
- Install and configure SQL Server 2005 Express Edition (Lite) under WIN7
- SQL Server 2005 importing a remote database to a local method
- SQL Server 2005 How to open a database remote connection
http://www.bkjia.com/PHPjc/1121287.html www.bkjia.com true http://www.bkjia.com/PHPjc/1121287.html techarticle PHP6 connected to SQLServer2005 's trilogy, php6sqlserver2005 1. Modify PHP.ini Delete the Extension=php_mssql.dll comment to save. Modify Php.in to change mssql.secure_connection = off to mssql.se ...