From 5933ad0ff7eb1010918e3fc9fef5e4ca8cc30a7c Mon Sep 17 00:00:00 2001 From: David Mytton Date: Mon, 26 Feb 2007 20:11:52 +0000 Subject: [PATCH] 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 --- reference/uodbc/reference.xml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/reference/uodbc/reference.xml b/reference/uodbc/reference.xml index add5339571..88b313e1d9 100644 --- a/reference/uodbc/reference.xml +++ b/reference/uodbc/reference.xml @@ -1,5 +1,5 @@ - + @@ -28,14 +28,15 @@ - 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 - OpenLink Software. More information on iODBC, as well as a - HOWTO, is available at www.iodbc.org. + 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 www.iodbc.org + with the alternative unixODBC available at + www.unixodbc.org.