2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2002-12-18 07:27:10 +00:00
|
|
|
<!-- $Revision: 1.8 $ -->
|
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>
|
|
|
|
</section>
|
|
|
|
|
2002-08-09 10:26:12 +00:00
|
|
|
<section id="mssql.requirements">
|
2002-07-26 12:08:12 +00:00
|
|
|
&reftitle.required;
|
2002-12-18 07:27:10 +00:00
|
|
|
<para>
|
|
|
|
Requirements for WIn32 platforms.
|
|
|
|
</para>
|
2002-07-26 12:08:12 +00:00
|
|
|
<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>
|
2002-12-18 07:27:10 +00:00
|
|
|
<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>
|
2002-07-26 12:08:12 +00:00
|
|
|
</section>
|
|
|
|
|
2002-11-30 15:33:22 +00:00
|
|
|
&reference.mssql.configure;
|
2002-07-26 12:08:12 +00:00
|
|
|
|
2002-09-14 21:26:46 +00:00
|
|
|
&reference.mssql.ini;
|
2002-07-26 12:08:12 +00:00
|
|
|
|
|
|
|
<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
|
|
|
|
-->
|
|
|
|
|