-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathbook.xml
More file actions
73 lines (67 loc) · 2.41 KB
/
book.xml
File metadata and controls
73 lines (67 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: hholzgra Status: ready -->
<book xml:id="book.uodbc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundledexternal" ?>
<title>ODBC (Unified)</title>
<titleabbrev>ODBC</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.uodbc">
&reftitle.intro;
<para>
Zusätzlich zur normalen ODBC Unterstützung bieten die Unified ODBC
Funktionen in PHP Zugriff auf Datenbanken die bei der Implementierung
ihrer eigenen APIs die Semantik dem ODBC API entliehen haben.
Statt mehrere beinahe identische Datenbankerweiterungen zu pflegen
wurden all diese Treiber zu einem vereinheitlichten Satz von
ODBC Funktione verschmolzen.
</para>
<para>
Die folgenden Datenbanken werden von Unified ODBC unterstützt:
<link xlink:href="&url.adabas;">Adabas D</link>,
<link xlink:href="&url.ibmdb2;">IBM DB2</link>,
<link xlink:href="&url.iodbc;">iODBC</link>,
<link xlink:href="&url.solid;">Solid</link>, and
<link xlink:href="&url.sybase;">Sybase SQL Anywhere</link>.
</para>
<note>
<para>
Mit Ausnahme von iODBC erfolgt der Zugriff auf die genannten
Datenbanken ohne dass ODBC selbst benötigt wird. Die Funktionen
greifen direkt auf die jeweilige Datenbank zu, bieten aber
die gleichen Funktionsnamen und Parameter wie die entsprechenden
ODBC Funktionen. Wird PHP dagegen mit iODBC Unsterstützung
kompiliert so ist es möglich jeden ODBC-konforme Treiber
aus PHP Applikationen heraus zu nutzen. Weitere Informationen
zu iODBC finden sich unter
<link xlink:href="&url.iodbc;">www.iodbc.org</link>
und der Alternative unixODBC
<link xlink:href="&url.unixodbc;">www.unixodbc.org</link>.
</para>
</note>
</preface>
<!-- }}} -->
&reference.uodbc.setup;
&reference.uodbc.constants;
&reference.uodbc.reference;
</book>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->