DatabaseDesc object methods

Method name
Description
GetDatabaseConnectString
Returns the "direct connect" string for logging into the database.
GetDatabaseName
Returns the name of the database.
GetDatabaseSetName
Returns the name of the database set of which this database is a member.
GetDescription
Returns a string describing the contents of the database.
GetIsMaster
Returns a Bool indicating whether this database is a schema repository (master database).
GetLogin
Returns the database login associated with the current user.
GetPassword
Returns the database password associated with the current user.

Feedback