mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added FrontBase to intro story and the DBX_FBSQL constant to dbx_connect.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@53820 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6e64aa5656
commit
9ee5229715
1 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<reference id="ref.dbx">
|
||||
<title>dbx functions</title>
|
||||
<titleabbrev>dbx</titleabbrev>
|
||||
|
@ -19,8 +19,9 @@
|
|||
these databases. 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, MySQL, PostgreSQL, Microsoft SQL Server
|
||||
and ODBC are supported, but others will follow (soon, I hope :-).
|
||||
dbx-module. Currently, MySQL, PostgreSQL, Microsoft SQL Server,
|
||||
FrontBase and ODBC are supported, but others will follow
|
||||
(soon, I hope :-).
|
||||
</simpara>
|
||||
<simpara>
|
||||
Documentation for adding additional database support to dbx can be
|
||||
|
@ -125,6 +126,11 @@ dbx_close($link);
|
|||
module DBX_MSSQL : "mssql"
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
module DBX_FBSQL : "fbsql" (CVS only)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue