PDO ドライバ
目次
- CUBRID (PDO)
- MS SQL Server (PDO)
- Pdo\Dblib
- Firebird (PDO)
- Pdo\Firebird
- IBM (PDO)
- Informix (PDO)
- MySQL (PDO)
- Pdo\Mysql
- MS SQL Server (PDO)
- Oracle (PDO)
- ODBC and DB2 (PDO)
- Pdo\Odbc
- PostgreSQL (PDO)
- Pdo\Pgsql
- SQLite (PDO)
- Pdo\Sqlite
以下のドライバが現在 PDO インターフェイスを実装しています。
ドライバ名 | サポートされるデータベース |
---|---|
PDO_CUBRID | Cubrid |
PDO_DBLIB | FreeTDS / Microsoft SQL Server / Sybase |
PDO_FIREBIRD | Firebird |
PDO_IBM | IBM DB2 |
PDO_INFORMIX | IBM Informix Dynamic Server |
PDO_MYSQL | MySQL 3.x/4.x/5.x/8.x |
PDO_OCI | Oracle Call Interface |
PDO_ODBC | ODBC v3 (IBM DB2、unixODBC そして win32 ODBC) |
PDO_PGSQL | PostgreSQL |
PDO_SQLITE | SQLite 3 と SQLite 2 |
PDO_SQLSRV | Microsoft SQL Server / SQL Azure |
+add a note
User Contributed Notes 1 note
fleduc dot perso at gmail dot com ¶
7 years ago
Watch out!
If you use PDO SQLSRV on windows 7, using 32 bit php on XAMMP, you might encounter driver problems : "This extension requires the Microsoft ODBC Driver 11 for SQL Server to communicate with SQL Server"
The reason, Microsoft 32-bit ODBC driver doesn't install properly on 64-bit Windows 7.
Check the solution to PDO SQLSRV driver problem here in [StackOverflow][1]
https://stackoverflow.com/a/46245990/1330248
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google