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.