dbc_CloseData Event

Occurs when a database closes. There are two versions of the syntax.

PROCEDURE dbc_CloseData(cDatabaseName, lAll) 
PROCEDURE dbc_CloseData
LPARAMETERS cDatabaseName, lAll

Parameters

cDatabaseName

Specifies the name of the target database.

lAll

Specifies whether the ALL keyword was included in the CLOSE DATABASES command. If DBC Events is turned on, this event occurs whenever a database is closed whether or not it is closed explicitly with the CLOSE DATABASES command.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic