_Connection.Type (gb.db)
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
|
"sqlite2"
|
SQLite 3
|
"sqlite3"
|
SQLite 2 or SQLite 3
|
"sqlite"
|
ODBC
|
"odbc"
|
The database server type must be in lower case!