DBOPassword

Description

Sets or returns the database owner's password.

Note: You must have SuperUser privileges for this method to return the password, or an exception is thrown.

The database owner is the same as the database administrator. This property is used primarily with SQL Server databases.

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

Syntax

VBScript


database.DBOPassword 
database.DBOPassword dbOwnerPassword 

Perl


$database->GetDBOPassword(); 
$database->SetDBOPassword(dbOwnerPassword); 
Identifier
Description
database
A Database object.
dbOwnerPassword
A String containing the database owner's password.
Return value
A String containing the database owner's password.