<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
 <reference id="ref.mssql">
  <title>Microsoft SQL Server functions</title>
  <titleabbrev>MS SQL Server</titleabbrev>
  <partintro>

   <section id="mssql.intro">
    &reftitle.intro;
    <para>
     These functions allow you to access MS SQL Server database.
    </para>
   </section>

   <section id="mssql.requirements">
    &reftitle.required;
    <para>
     Requirements for WIn32 platforms.
    </para>
    <para>
     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
     <filename>ntwdblib.dll</filename> from 
     <filename>\winnt\system32</filename> on the server to
     <filename>\winnt\system32</filename> on the PHP box.
     Copying <filename>ntwdblib.dll</filename> will only provide access.
     Configuration of the client will require installation of all the tools.
    </para>
    <para>
     Requirements for Unix/Linux platforms.
    </para>
    <para>
     To use the MSSQL extension on Unix/Linux, you first need to build and 
     install the FreeTDS library. Source code and installation instructions 
     are available at the FreeTDS home page: 
     <ulink url="&url.freetds;">&url.freetds;</ulink>
    </para>
   </section>

   &reference.mssql.configure;

   &reference.mssql.ini;

   <section id="mssql.resources">
    &reftitle.resources;
    <para>
    </para>
   </section>
   
   &reference.mssql.constants;

  </partintro>

&reference.mssql.functions;

</reference>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->