RWLogin

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.

Note: 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.

Note: Setting a new value does not take effect until the ApplyPropertyChanges method is called.

Syntax

VBScript


database.RWLogin 
database.RWLogin password 

Perl


$database->GetRWLogin();
$database->SetRWLogin(password); 
Identifier
Description
database
A Database object.
password
A String containing the read/write login name.
Return value
A String containing the read/write login name.