2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2002-07-26 19:58:51 +00:00
|
|
|
<!-- $Revision: 1.4 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.mssql">
|
|
|
|
<title>Microsoft SQL Server functions</title>
|
|
|
|
<titleabbrev>MS SQL Server</titleabbrev>
|
|
|
|
<partintro>
|
2002-07-26 12:08:12 +00:00
|
|
|
|
|
|
|
<section id="mssql.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
|
|
|
These functions allow you to access MS SQL Server database.
|
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
|
|
|
The MSSQL extension is available on Win32 systems only. You can
|
|
|
|
use the <link linkend="ref.sybase">Sybase extension</link> to connect to
|
|
|
|
MSSQL databases from other platforms.
|
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="mssql.requirenments">
|
|
|
|
&reftitle.required;
|
|
|
|
<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
|
2002-07-26 19:58:51 +00:00
|
|
|
<filename>\winnt\system32</filename> on the PHP box.
|
2002-07-26 12:08:12 +00:00
|
|
|
Copying <filename>ntwdblib.dll</filename> will only provide access.
|
|
|
|
Configuration of the client will require installation of all the tools.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="mssql.installation">
|
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
|
|
|
The MSSQL extension is enabled by adding extension=php_mssql.dll to
|
|
|
|
&php.ini;.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="mssql.configuration">
|
|
|
|
&reftitle.runtime;
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="mssql.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
<para>
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
&reference.mssql.constants;
|
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
</partintro>
|
|
|
|
|
|
|
|
&reference.mssql.functions;
|
|
|
|
|
|
|
|
</reference>
|
2002-07-26 12:08:12 +00:00
|
|
|
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- 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
|
|
|
|
-->
|
|
|
|
|