dbc_AfterDropView Event

Occurs after SQL view definition is removed from the current database. There are two versions of the syntax.

PROCEDURE dbc_AfterDropView(cViewName) 
PROCEDURE dbc_AfterDropView
LPARAMETERS cViewName

Parameters

cViewName

Specifies the name of the view deleted from the current database.

Expand imageRemarks

Expand imageExample

Expand imageSee Also


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