-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathbook.xml
More file actions
71 lines (65 loc) · 2.55 KB
/
book.xml
File metadata and controls
71 lines (65 loc) · 2.55 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
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1634a886415d0ab4df195fe49d18a1c150b70758 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa -->
<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>
通常の ODBC サポートに加えて、PHP の Unified ODBC 関数では、各々の
API を実装するために ODBC API のセマンティックスを借用する複数の
データベースにアクセスすることが可能です。ほとんど同じ複数のデータベース
ドライバを維持管理する代わりに、これらのドライバは単一の ODBC 関数セットに
統合されています。
</para>
<para>
以下のデータベースが Unified ODBC でサポートされています。
<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>,
<link xlink:href="&url.sybase;">Sybase SQL Anywhere</link>
</para>
<note>
<para>
iODBC を除き、上のデータベースと接続する際には ODBC は使用しません。
内部ではネイティブに通信しており、単に
ODBC 関数と同じ名前や構文を用いているだけです。
しかし、PHP を iODBC サポートつきでビルドすると、
任意の ODBC 準拠のドライバを PHP アプリケーションから使用できるようになります。
iODBC についてのより詳細な情報は
<link xlink:href="&url.iodbc;">www.iodbc.org</link> にあります。
またもうひとつの方法である 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
-->