Description
Returns
the database password (of the Vendor database)
associated with the current user.
The database password
is not the same as the user's Rational ClearQuest password.
See GetLogin for
more information.
Remarque : You must have Super_User
privileges for GetPassword to return the database login password, or an exception
is thrown.
Syntaxe
VBScript
dbDesc.GetPassword
Perl
$dbDesc->GetPassword();
- Identificateur
- Description
- dbDesc
- A DatabaseDesc object containing information about one
of the installed databases.
- Valeur de retour
- A String containing the database password associated with
the current user.