mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Reworded description about iODBC to make it clearer. Closes #39453
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230853 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
77c7638f2e
commit
5933ad0ff7
1 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<!-- Purpose: database.abstract -->
|
||||
<!-- Membership: bundled, external -->
|
||||
|
||||
|
@ -28,14 +28,15 @@
|
|||
</para>
|
||||
<note>
|
||||
<para>
|
||||
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. The exception to this is iODBC. Building PHP with iODBC
|
||||
support enables you to use any ODBC-compliant drivers with your PHP
|
||||
applications. iODBC is maintained by <ulink url="&url.openlink;">
|
||||
OpenLink Software</ulink>. More information on iODBC, as well as a
|
||||
HOWTO, is available at <ulink url="&url.iodbc;">www.iodbc.org</ulink>.
|
||||
With the exception of iODBC, 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. However, building PHP
|
||||
with iODBC support enables you to use any ODBC-compliant
|
||||
drivers with your PHP applications. More information on iODBC,
|
||||
is available at <ulink url="&url.iodbc;">www.iodbc.org</ulink>
|
||||
with the alternative unixODBC available at
|
||||
<ulink url="&url.unixodbc;">www.unixodbc.org</ulink>.
|
||||
</para>
|
||||
</note>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue