php-doc-en/reference/mssql/reference.xml
2007-08-17 16:30:56 +00:00

93 lines
2.6 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.14 $ -->
<!-- Purpose: database.vendors -->
<!-- Membership: bundled, external -->
<reference xml:id="ref.mssql" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Microsoft SQL Server Functions</title>
<titleabbrev>MS SQL Server</titleabbrev>
<partintro>
<section xml:id="mssql.intro">
&reftitle.intro;
<para>
These functions allow you to access MS SQL Server database.
</para>
</section>
<section xml: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
through named pipes.
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:
<link xlink:href="&url.freetds;">&url.freetds;</link>
</para>
<note>
<para>
In Windows, the DBLIB from Microsoft is used. Functions that return a
column name are based on the <literal>dbcolname()</literal> function
in DBLIB. DBLIB was developed for SQL Server 6.x where the max
identifier length is 30. For this reason, the maximum column length
is 30 characters. On platforms where FreeTDS is used (Linux), this is
not a problem.
</para>
</note>
</section>
&reference.mssql.configure;
&reference.mssql.ini;
<section xml: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
-->