From f81d11bc47ec15430ef25d71afca6d14c44d7283 Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Thu, 17 Aug 2000 23:00:14 +0000 Subject: [PATCH] Started using emacs+psgml as per Egon's recommendation. Cleaned up some horrible indentation that I did on some additions earlier today git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30430 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/uodbc.xml | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/functions/uodbc.xml b/functions/uodbc.xml index d01213f1df..129f2c95c2 100644 --- a/functions/uodbc.xml +++ b/functions/uodbc.xml @@ -3,33 +3,35 @@ ODBC - In addition to normal ODBC support, the Unified ODBC functions - in PHP allow you to access several databases that have - borrowed the semantics of the ODBC API to implement their own - API. Instead of maintaining multiple database drivers that were - all nearly identical, these drivers have been unified into a - single set of ODBC functions. + In addition to normal ODBC support, the Unified ODBC functions in + PHP allow you to access several databases that have borrowed the + semantics of the ODBC API to implement their own API. Instead of + maintaining multiple database drivers that were all nearly + identical, these drivers have been unified into a single set of + ODBC functions. - The following databases are supported by the Unified ODBC - functions: Adabas D, - IBM DB2, - iODBC, Solid, and Sybase SQL Anywhere. + The following databases are supported by the Unified ODBC + functions: Adabas D, IBM DB2, iODBC, Solid, and Sybase SQL Anywhere. - Please see the Installation - on Unix Systems chapter for more information about configuring - PHP with these databases. + Please see the Installation on Unix + Systems chapter for more information about configuring PHP + with these databases. - - 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. - - + + 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. + +