mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
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:
parent
9af2d25b73
commit
7b1f74ac34
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue