dbc_BeforeRemoveTable Event

Occurs before a table is removed from the database. There are two versions of the syntax.

PROCEDURE dbc_BeforeRemoveTable(cTableName, lDelete, lRecycle) 
PROCEDURE dbc_BeforeRemoveTable
LPARAMETERS cTableName, lDelete, lRecycle

Parameters

cTableName

Specifies the name of the table being removed from the database.

lDelete

Specifies whether the table is deleted rather than converted to a free table.

lRecycle

Specifies whether the table is placed in the 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, is 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