It should be noted that PDO ODBC works with the iODBC driver manager (default for Mac OS X and some other environments, and optional on most non-Windows platforms) as well as with UnixODBC and Windows ODBC.
درایورهای PDO
Table of Contents
- MS SQL Server (PDO)
- Firebird/Interbase (PDO)
- IBM (PDO)
- Informix (PDO)
- MySQL (PDO)
- Oracle (PDO)
- ODBC and DB2 (PDO)
- PostgreSQL (PDO)
- SQLite (PDO)
- 4D (PDO)
درایورهای زیر واسط PDO را پیاده میکنند:
| نام درایور | پایگاه دادههای پشتیبانی شده |
|---|---|
| PDO_DBLIB | FreeTDS / Microsoft SQL Server / Sybase |
| PDO_FIREBIRD | Firebird/Interbase 6 |
| PDO_IBM | IBM DB2 |
| PDO_INFORMIX | IBM Informix Dynamic Server |
| PDO_MYSQL | MySQL 3.x/4.x/5.x |
| PDO_OCI | Oracle Call Interface |
| PDO_ODBC | ODBC v3 (IBM DB2, unixODBC and win32 ODBC) |
| PDO_PGSQL | PostgreSQL |
| PDO_SQLITE | SQLite 3 و SQLite 2 |
| PDO_4D | 4D |
tthibodeau at openlinksw dot com ¶
2 years ago
