update : 2015.11.03
php.shukuma.com검색:
|
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 설정에 영향을 받습니다.
위 설정 지시어에 대한 간단한 설명입니다.
Table of Contents
|