DB.Type (gb.db2)
Static 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 3 | "sqlite"or"sqlite3" | 
| ODBC | "odbc" | 
The database server type must be in lower case!