Adding some description on how to get the Client tools installed.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62432 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Frank M. Kromann 2001-11-14 19:00:48 +00:00
parent 96517be5da
commit 62feda57df

View file

@ -1,8 +1,27 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.19 $ -->
<!-- $Revision: 1.20 $ -->
<reference id="ref.mssql">
<title>Microsoft SQL Server functions</title>
<titleabbrev>MS SQL Server</titleabbrev>
<partintro>
<simpara>
The MSSQL extension is available on Win32 systems only. You can
use the Sybase extension to connect to MSSQL databases from
other platforms.
</simpara>
<simpara>
These functions allow you to access MS SQL Server database.
The extension requires the MS SQL Client Tools to be installed
on the system where PHP is installed. The Client Tools can
be installed from the MS SQL Server CD or by copying ntwdblib.dll
from \winnt\system32 on the serber to \winnt\system32 on the PHP box.
Copying ntwdblib.dll will only provide access. Configuration of the client
will require installation of all the tools.
</simpara>
<simpara>
The MSSQL extension is enabled by adding extension=php_mssql.dll to php.ini.
</simpara>
</partintro>
<refentry id="function.mssql-close">
<refnamediv>