PHP Database Form supports wide range of database types. Simply define PDBF_DB_TYPE parameter value to your own database type. It can be one of the following strings. The default database type for is “mysql”.
PDBF_DB_TYPE string is case sensitive.
| PDBF_DB_TYPE | Description |
|---|---|
| mysql | MySQL (default) |
| odbc_mssql | SQL Server (Unix/Linux) |
| odbc_mssql_native | SQL Server Windows native (Download PHP SQL Server Driver) |
| oci805 | Oracle |
| postgres | PostGreSql |
| access | Microsoft Access |
| db2 | DB2 |
| db2-dsnless | DB2 DSN-less connection |
| informix | Informix |
| informix72 | Alternative Informix Driver |
| odbc | Generic ODBC |
