Sets or returns the database owner's login name.
The database owner is the same as the database administrator. This property is used primarily in conjunction with SQL Server databases.
VBScript
database.DBOLogin
database.DBOLogin dbOwnerName
Perl
$database->GetDBOLogin();
$database->SetDBOLogin(dbOwnerName);