php-doc-en/reference/mssql/reference.xml
Friedhelm Betz b923b607e9 rsusi.txt: reflect changes
configure.xml files added, linking from refernce.xml files


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106283 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-30 15:33:22 +00:00

74 lines
1.9 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.7 $ -->
<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>
<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.requirements">
&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
<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>
</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
-->