intro.uodbc.html

来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 49 行

HTML
49
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Introduction</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.uodbc.html">ODBC</a></div> <div class="next" style="text-align: right; float: right;"><a href="uodbc.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.uodbc.html">ODBC</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.uodbc" class="preface">  <h1 class="title">Introduction</h1>  <p class="para">   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.  </p>  <p class="para">   The following databases are supported by the Unified ODBC   functions: <a href="http://www.softwareag.com/Corporate/products/adabas/adad/" class="link external">&raquo; Adabas D</a>,   <a href="http://www-306.ibm.com/software/data/db2/" class="link external">&raquo; IBM DB2</a>,   <a href="http://www.iodbc.org/" class="link external">&raquo; iODBC</a>,   <a href="http://www.solidtech.com/" class="link external">&raquo; Solid</a>, and   <a href="http://www.sybase.com/" class="link external">&raquo; Sybase SQL Anywhere</a>.  </p>  <blockquote><p><b class="note">Note</b>:        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 <a href="http://www.iodbc.org/" class="link external">&raquo; www.iodbc.org</a>    with the alternative unixODBC available at     <a href="http://www.unixodbc.org/" class="link external">&raquo; www.unixodbc.org</a>.   <br />  </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.uodbc.html">ODBC</a></div> <div class="next" style="text-align: right; float: right;"><a href="uodbc.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.uodbc.html">ODBC</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?