GetPassword

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.

Note: You must have Super_User privileges for GetPassword to return the database login password, or an exception is thrown.

Syntax

VBScript

dbDesc.GetPassword 

Perl

$dbDesc->GetPassword(); 
Identifier
Description
dbDesc
A DatabaseDesc object containing information about one of the installed databases.
Return value
A String containing the database password associated with the current user.