2007-12-16 11:57:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2009-07-11 06:49:33 +00:00
|
|
|
<!-- $Revision$ -->
|
2007-12-16 11:57:07 +00:00
|
|
|
|
|
|
|
<chapter xml:id="dbx.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
|
|
&reftitle.setup;
|
|
|
|
|
|
|
|
<!-- {{{ Requirements -->
|
|
|
|
<section xml:id="dbx.requirements">
|
|
|
|
&reftitle.required;
|
|
|
|
<para>
|
|
|
|
To be able to use a database with the dbx-module, the module must be either
|
|
|
|
linked or loaded into PHP, and the database module must be supported by the
|
|
|
|
dbx-module. Currently, the following databases are supported, but others
|
|
|
|
will follow:
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2019-06-05 17:31:34 +00:00
|
|
|
<link linkend="ref.fbsql">FrontBase</link>
|
2007-12-16 11:57:07 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<link linkend="ref.mssql">Microsoft SQL Server</link>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<link linkend="ref.mysql">MySQL</link>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<link linkend="ref.uodbc">ODBC</link>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
|
|
|
<link linkend="ref.pgsql">PostgreSQL</link>
|
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2019-06-05 17:31:34 +00:00
|
|
|
<link linkend="ref.sybase">Sybase-CT</link>
|
2007-12-16 11:57:07 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2019-06-05 17:31:34 +00:00
|
|
|
<link linkend="ref.oci8">Oracle (oci8)</link>
|
2007-12-16 11:57:07 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<simpara>
|
2019-06-05 17:31:34 +00:00
|
|
|
<link linkend="ref.sqlite">SQLite</link>
|
2007-12-16 11:57:07 +00:00
|
|
|
</simpara>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
Documentation for adding additional database support to dbx can be
|
|
|
|
found at <link xlink:href="&url.dbx.docs;">&url.dbx.docs;</link>.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<!-- {{{ Installation -->
|
|
|
|
&reference.dbx.configure;
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<!-- {{{ Configuration -->
|
|
|
|
&reference.dbx.ini;
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
<!-- {{{ Resources -->
|
|
|
|
<section xml:id="dbx.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
<para>
|
|
|
|
There are two resource types used in the dbx module. The first one is the
|
|
|
|
link-<type>object</type> for a database connection, the second a
|
|
|
|
result-<type>object</type> which holds the result of a query.
|
|
|
|
</para>
|
|
|
|
</section>
|
|
|
|
<!-- }}} -->
|
|
|
|
|
|
|
|
</chapter>
|
|
|
|
|
|
|
|
<!-- 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
|
2009-09-25 07:04:39 +00:00
|
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
2007-12-16 11:57:07 +00:00
|
|
|
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
|
|
|
|
-->
|
|
|
|
|