BBjAdmin::removeDatabaseGlobal

Description

In BBj 9.0 and higher, this method removes the specified database property.

Syntax

Return Value

Method

void

removeDatabaseGlobal(String databaseName, String propertyName)

Parameters

Variable

Description

databaseName

The case sensitive name of the database whose property should be removed.

propertyName

The database property to remove. This may be any property found in the config.ini file, or any property defined in the "User Props" tab on the database information in the Enterprise Manager.

Return Value

None.

Remarks

None.

Example

admin! = BBjAPI().getAdmin("admin", "admin123")
admin!.removeDatabaseGlobal("ChileCompany", "GLOBAL")

See Also

BBjAPI

BBjAdmin

BBjAdminEnvironment

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.