DBOPassword

Description

Sets or returns the database owner's password.

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

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

Syntaxe

VBScript

database.DBOPassword 
database.DBOPassword dbOwnerPassword 

Perl

$database->GetDBOPassword(); 
$database->SetDBOPassword(dbOwnerPassword); 
Identificateur
Description
base_de_données
Objet base de données.
dbOwnerPassword
A String containing the database owner's password.
Valeur de retour
A String containing the database owner's password.

Feedback