|
9 | 9 | <!-- {{{ preface --> |
10 | 10 | <preface xml:id="intro.uodbc"> |
11 | 11 | &reftitle.intro; |
12 | | - <para> |
| 12 | + <simpara> |
13 | 13 | In addition to normal ODBC support, the Unified ODBC functions in |
14 | 14 | PHP allow you to access several databases that have borrowed the |
15 | 15 | semantics of the ODBC API to implement their own API. Instead of |
16 | 16 | maintaining multiple database drivers that were all nearly |
17 | 17 | identical, these drivers have been unified into a single set of |
18 | 18 | ODBC functions. |
19 | | - </para> |
20 | | - <para> |
| 19 | + </simpara> |
| 20 | + <simpara> |
21 | 21 | The following databases are supported by the Unified ODBC |
22 | 22 | functions: <link xlink:href="&url.adabas;">Adabas D</link>, |
23 | 23 | <link xlink:href="&url.ibmdb2;">IBM DB2</link>, |
24 | 24 | <link xlink:href="&url.iodbc;">iODBC</link>, |
25 | 25 | <link xlink:href="&url.solid;">Solid</link>, and |
26 | 26 | <link xlink:href="&url.sybase;">Sybase SQL Anywhere</link>. |
27 | | - </para> |
| 27 | + </simpara> |
28 | 28 | <note> |
29 | | - <para> |
| 29 | + <simpara> |
30 | 30 | With the exception of iODBC, there is no ODBC involved when |
31 | 31 | connecting to the above databases. The functions that you |
32 | 32 | use to speak natively to them just happen to share the same |
|
36 | 36 | is available at <link xlink:href="&url.iodbc;">www.iodbc.org</link> |
37 | 37 | with the alternative unixODBC available at |
38 | 38 | <link xlink:href="&url.unixodbc;">www.unixodbc.org</link>. |
39 | | - </para> |
| 39 | + </simpara> |
40 | 40 | </note> |
41 | 41 | </preface> |
42 | 42 | <!-- }}} --> |
43 | | - |
| 43 | + |
44 | 44 | &reference.uodbc.setup; |
45 | 45 | &reference.uodbc.constants; |
46 | 46 | &reference.uodbc.reference; |
47 | 47 |
|
| 48 | + &reference.uodbc.odbc.connection; |
| 49 | + &reference.uodbc.odbc.result; |
48 | 50 | </book> |
49 | 51 |
|
50 | 52 | <!-- Keep this comment at the end of the file |
|
0 commit comments