Database.DatabaseName
From Xojo Documentation
Property (As String )
aDatabase.DatabaseName = newStringValue
or
StringValue = aDatabase.DatabaseName
Supported for all project types and targets.
or
StringValue = aDatabase.DatabaseName
Supported for all project types and targets.
The name of the database to open.
Notes
The DatabaseName is typically used with server databases (such as MySQL or PostgreSQL) to identify the specific database to use on the server.
Sample Code
This code connects to a PostgreSQL database called "BaseballLeague":