Description
Sets
or returns the password for users who have read/write access to the user database.
Anmerkung: 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.
Anmerkung: 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.
Anmerkung: Setting a new value does not take effect until the ApplyPropertyChanges
method is called.
Syntax
VBScript
database.RWPassword
database.RWPassword password
Perl
$database->GetRWPassword();
$database->SetRWPassword(password);
- Identifier
- Description
- database
- A Database object.
- password
- A String containing the read/write password name.
- Return value
- A String containing the read/write user password name.