Description
Sets or returns the login name for users who have read/write
access to the user database.
This property is used in
conjunction with SQL Server e databases.
Remarque : This setting can be different from
DBOLogin in
SQL Server 6.5 installations. For newer installations, it is the same as
DBOLogin.
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.RWLogin
database.RWLogin password
Perl
$database->GetRWLogin();
$database->SetRWLogin(password);
- Identificateur
- Description
- base_de_données
- Objet base de données.
- password
- A String containing the read/write login name.
- Valeur de retour
- A String containing the read/write login name.