mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
9b26b00569
commit
68df8c7a9f
1 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
|
||||
<chapter xml:id="mssql.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
@ -42,10 +42,11 @@
|
|||
</note>
|
||||
<note>
|
||||
<para>
|
||||
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
|
||||
<link linkend="book.uodbc">ODBC extension</link>.
|
||||
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 <link linkend="book.uodbc">
|
||||
ODBC extension</link>, to talk to MSSQL.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue