mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Started using emacs+psgml as per Egon's recommendation. Cleaned up some horrible indentation that I did on some additions earlier today
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30430 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7c6ec8d086
commit
f81d11bc47
1 changed files with 23 additions and 21 deletions
|
@ -3,33 +3,35 @@
|
|||
<titleabbrev>ODBC</titleabbrev>
|
||||
<partintro>
|
||||
<simpara>
|
||||
In addition to normal ODBC support, the Unified ODBC functions
|
||||
in PHP allow you to access several databases that have
|
||||
borrowed the semantics of the ODBC API to implement their own
|
||||
API. Instead of maintaining multiple database drivers that were
|
||||
all nearly identical, these drivers have been unified into a
|
||||
single set of ODBC functions.
|
||||
In addition to normal ODBC support, the Unified ODBC functions in
|
||||
PHP allow you to access several databases that have borrowed the
|
||||
semantics of the ODBC API to implement their own API. Instead of
|
||||
maintaining multiple database drivers that were all nearly
|
||||
identical, these drivers have been unified into a single set of
|
||||
ODBC functions.
|
||||
</simpara>
|
||||
<simpara>
|
||||
The following databases are supported by the Unified ODBC
|
||||
functions: <ulink url="&url.adabas;">Adabas D</ulink>,
|
||||
<ulink url="&url.ibmdb2;">IBM DB2</ulink>, <ulink url="&url.iodbc;">
|
||||
iODBC</ulink>, <ulink url="&url.solid;">Solid</ulink>, and <ulink
|
||||
url="&url.sybase;">Sybase SQL Anywhere</ulink>.
|
||||
The following databases are supported by the Unified ODBC
|
||||
functions: <ulink url="&url.adabas;">Adabas D</ulink>, <ulink
|
||||
url="&url.ibmdb2;">IBM DB2</ulink>, <ulink
|
||||
url="&url.iodbc;">iODBC</ulink>, <ulink
|
||||
url="&url.solid;">Solid</ulink>, and <ulink
|
||||
url="&url.sybase;">Sybase SQL Anywhere</ulink>.
|
||||
</simpara>
|
||||
<simpara>
|
||||
Please see the <link linkend="database-support-options">Installation
|
||||
on Unix Systems</link> chapter for more information about configuring
|
||||
PHP with these databases.
|
||||
Please see the <link
|
||||
linkend="database-support-options">Installation on Unix
|
||||
Systems</link> chapter for more information about configuring PHP
|
||||
with these databases.
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
There is no ODBC involved when connecting to the above
|
||||
databases. The functions that you use to speak natively
|
||||
to them just happen to share the same names and syntax
|
||||
as the ODBC functions.
|
||||
</simpara>
|
||||
</note>
|
||||
<simpara>
|
||||
There is no ODBC involved when connecting to the above
|
||||
databases. The functions that you use to speak natively to them
|
||||
just happen to share the same names and syntax as the ODBC
|
||||
functions.
|
||||
</simpara>
|
||||
</note>
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.odbc-autocommit">
|
||||
|
|
Loading…
Reference in a new issue