Enumerator which is used to specify the database driver that the application must use:
| Name | Description |
|---|---|
| DB2 | IBM DB2 (version 7.1 and above) |
| IBASE | Borland InterBase |
| MYSQL | MySQL |
| OCI | Oracle Call Interface Driver |
| ODBC | Open Database Connectivity (ODBC) – Microsoft SQL Server and other ODBC-compliant databases |
| PSQL | PostgreSQL (versions 7.3 and above) |
| SQLITE | SQLite version 2 |
| SQLITE2 | SQLite version 3 and above |
| TDS | Sybase Adaptive Server |
| UNDEFINED | Used in variables initialization (invalid value for selection) |