From 68df8c7a9f212389c9cc581345cae3b141fd37c6 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Tue, 7 Oct 2008 07:31:57 +0000 Subject: [PATCH] State that a user should copy its ntwdblib into the php directory if using SQL Server 2005+ to use ext/mssql git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@267037 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mssql/setup.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/reference/mssql/setup.xml b/reference/mssql/setup.xml index 2a5a4ffd18..4bd9aba346 100644 --- a/reference/mssql/setup.xml +++ b/reference/mssql/setup.xml @@ -1,5 +1,5 @@ - + &reftitle.setup; @@ -42,10 +42,11 @@ - In Windows, the MSSQL extension does not support SQL Server 2005 or - greater because the internal API from ntwdblib.dll no longer is supported - from SQL Server 2005. to use SQL Server 2005+, then use you must the - ODBC extension. + On Windows, if you're using MSSQL 2005 or greater you must copy the + ntwdblib.dll into the directory where you have installed php and overwrite + the one thats already in there. This is due to the version distributed is + old and outdated. Alternatively you can use the + ODBC extension, to talk to MSSQL.