Sets or returns the logical database name. You cannot change logical name after it is set once.
Setting the Name changes the information Rational ClearQuest uses to connect to the physical database, not the actual database itself.
The logical database name is the name to use when referring to the database from VBScript code or within queries. This property differs from the DatabaseName property, which specifies the name of the database file on the server's local file system.
VBScript
database.Name
database.Name dbName
Perl
$database->GetName();
$database->SetName(dbName);