Description
Sets
or returns the password for users who have read/write access to the user database.
Remarque : You must have SuperUser privileges for this method
to return the password, or an exception is thrown.
This
property is used in conjunction with SQL Server databases.
Remarque : This setting can be different from
DBOPassword in
SQL Server 6.5 installations. For newer installations, it is the same as
DBOPassword.
The read/write login name and password are for general-purpose
users who need to modify and view information in the database.
Remarque : Setting a new value does not take effect until the ApplyPropertyChanges
method is called.
Syntaxe
VBScript
database.RWPassword
database.RWPassword password
Perl
$database->GetRWPassword();
$database->SetRWPassword(password);
- Identificateur
- Description
- base_de_données
- Objet base de données.
- password
- A String containing the read/write password name.
- Return value
- A String containing the read/write user password name.