Previous Next Edit Rename Undo Refresh Search Administration
| Documentation |
|
PROPERTY Type AS String
Represents the type of the database server you want to connect to.
The current supported database servers are:
| Database type | Property value |
|---|---|
| PostgreSQL | "postgresql" |
| MySQL | "mysql" |
| SQLite 2 | "sqlite 2" |
| SQLite 3 | "sqlite3" |
| SQLite 2 or SQLite 3 | "sqlite" |
| ODBC | "odbc" |
| Firebird | "firebird" |