Connection.Name (gb.db2)
Property Name As String
Returns or sets the name of the database you want to connect to.
If you do not specify a name, a default system database is used.
  - 
For PostgreSQL the default database is 
template1.
 
  - 
For mySQL it is 
mysql.
 
  - 
For SQLite it is the in-memory database.
 
  
Needless to say, the user needs at least a read/connect access to these databases.