dbc_AfterCreateView Event
Occurs after SQL view is created. There are two versions of the syntax.
PROCEDURE dbc_AfterCreateView(cViewName, lRemote) |
PROCEDURE dbc_AfterCreateView
LPARAMETERS cViewName, lRemote |
Parameters
- cViewName
-
Specifies the name of the view that was created.
- lRemote
-
Specifies whether the view is remote.
Remarks
Example
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic