Name

Description

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.

Remarque : The local database name must be no longer than five characters.
Remarque : Setting a new value does not take effect until the ApplyPropertyChanges method is called.

Syntaxe

VBScript

database.Name 
database.Name dbName 

Perl

$database->GetName(); 
$database->SetName(dbName); 
Identificateur
Description
base_de_données
Objet base de données.
dbName
A String containing the logical database name.
Return value
A String containing the logical database name.

Commentaires en retour