fmk             Wed Nov 14 14:00:51 2001 EDT

  Modified files:              
    /phpdoc/en/functions        mssql.xml 
  Log:
  Adding some description on how to get the Client tools installed.
  
Index: phpdoc/en/functions/mssql.xml
diff -u phpdoc/en/functions/mssql.xml:1.19 phpdoc/en/functions/mssql.xml:1.20
--- phpdoc/en/functions/mssql.xml:1.19  Sat Nov 10 16:49:38 2001
+++ phpdoc/en/functions/mssql.xml       Wed Nov 14 14:00:48 2001
@@ -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>


Reply via email to