dbc_BeforeDropTable Event

Occurs before the specified table is removed from the active database and deleted from disk with the DROP TABLE command. There are two versions of the syntax.

PROCEDURE dbc_BeforeDropTable(cTableName, lRecycle) 
PROCEDURE dbc_BeforeDropTable
LPARAMETERS cTableName, lRecycle

Parameters

cTableName

Specifies the table being removed from the current database and deleted from disk.

lRecycle

Specifies whether the table is to be placed in the Microsoft Windows Recycle Bin rather than immediately deleted from the disk. Some data, such as the table properties available only in tables contained in a database, are lost even if the table is only recycled rather than removed and deleted.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


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