Database.Password
From Xojo Documentation
Property (As String )
aDatabase.Password = newStringValue
or
StringValue = aDatabase.Password
Supported for all project types and targets.
or
StringValue = aDatabase.Password
Supported for all project types and targets.
The password that is required for access to the database. Typically used in conjunction with UserName.
Sample Code
This examples connects to a PostgreSQL database called "BaseballLeague":