More detail concerning iODBC.

Submitted by: "Andrew Hill" <ahill@openlinksw.com>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@43342 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jon Parise 2001-03-12 18:17:40 +00:00
parent 9af2d25b73
commit 7b1f74ac34

View file

@ -31,7 +31,11 @@
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.
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>.
</simpara>
</note>
</partintro>