User Tools

Site Tools


v5:database:pdo

PDO

Description

This driver supports connections using the standardized PHP Data Objects connection. The pdo driver itself cannot be used, it must be used with one of the supported databases:

  • pdo_mssql (SQL Server with FREETDS)
  • pdo_mysql (MySQL)
  • pdo_oci (Oracle)
  • pdo_pgsql (Postgresql)
  • pdo_sqlite (SQLite)
  • pdo_sqlsrv (SQL Server with Windows)

Preferred Drivers

In all cases, using native drivers (listed to the left) provides better functionality than the equivalent PDO driver.

Individual Driver Status


pdo_mssql

Preferred Drivr

FreeTDS Driver For Unix

Specification
Driver Nameaccess
Data Provideraccess
StatusInactive1)
WindowsYes
UnixYes
ADOdb V5Yes
ADOdb V6Yes

The current status of this driver is unknown


pdo_mysql

Preferred Driver

mysql

Specification
Driver Nameaccess
Data Provideraccess
StatusInactive2)
WindowsYes
UnixNo
ADOdb V5Yes
ADOdb V6Yes

The current status of this driver is unknown


pdo_oci

Preferred Driver

oracle

Specification
Driver Nameaccess
Data Provideraccess
StatusInactive3)
WindowsYes
UnixNo
ADOdb V5Yes
ADOdb V6Yes

The current status of this driver is unknown


pdo_pgsql

Preferred Driver

postgresql

Specification
Driver Nameaccess
Data Provideraccess
StatusInactive4)
WindowsYes
UnixNo
ADOdb V5Yes
ADOdb V6Yes

The current status of this driver is unknown


pdo_sqlite

Preferred Driver

sqlite

Specification
Driver Nameaccess
Data Provideraccess
StatusInactive5)
WindowsYes
UnixNo
ADOdb V5Yes
ADOdb V6Yes

The current status of this driver is unknown


pdo_sqlsrv

Preferred Driver

Native Mode Driver
ODBC Driver for SQL Server

Specification
Driver Nameaccess
Data Provideraccess
StatusInactive6)
WindowsYes
UnixNo
ADOdb V5Yes
ADOdb V6Yes

The current status of this driver is unknown

1) , 2) , 3) , 4) , 5) , 6) This driver is not supported by ADOdb project members, but you can contribute to this driver if you have the expertise
v5/database/pdo.txt · Last modified: 2016/01/12 16:53 by mnewnham