|
PHP5中文手册
ODBC and DB2 Functions (PDO_ODBC)简介PDO_ODBC is a driver that implements the PHP Data Objects (PDO) interface to enable access from PHP to databases through ODBC drivers or through the IBM DB2 Call Level Interface (DB2 CLI) library. PDO_ODBC currently supports three different "flavours" of database drivers:
On Windows, PDO_ODBC is built into the PHP core by default. It is linked against the Windows ODBC Driver Manager so that PHP can connect to any database cataloged as a System DSN, and is the recommended driver for connecting to Microsoft SQL Server databases. 安装
PDO_ODBC on UNIX systems
运行时配置这些函数的行为受 php.ini 的影响。
以下是配置选项的简要解释。
|