mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-23 12:28:55 +00:00

#others languages will come shortly (tonite Europe) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78287 c90b9560-bf6c-de11-be94-00142212c4b1
49 lines
1.5 KiB
XML
49 lines
1.5 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.2 $ -->
|
|
<reference id="ref.mssql">
|
|
<title>Microsoft SQL Server functions</title>
|
|
<titleabbrev>MS SQL Server</titleabbrev>
|
|
<partintro>
|
|
<simpara>
|
|
The MSSQL extension is available on Win32 systems only. You can
|
|
use the Sybase extension to connect to MSSQL databases from
|
|
other platforms.
|
|
</simpara>
|
|
<simpara>
|
|
These functions allow you to access MS SQL Server database.
|
|
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 ntwdblib.dll
|
|
from \winnt\system32 on the server to \winnt\system32 on the PHP box.
|
|
Copying ntwdblib.dll will only provide access. Configuration of the client
|
|
will require installation of all the tools.
|
|
</simpara>
|
|
<simpara>
|
|
The MSSQL extension is enabled by adding extension=php_mssql.dll to &php.ini;.
|
|
</simpara>
|
|
</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
|
|
-->
|
|
|