dbc_AfterModifyConnection Event
Occurs after a connection is modified.
PROCEDURE dbc_AfterModifyConnection(cConnectionName, lChanged)
-or-
PROCEDURE dbc_AfterModifyConnection
LPARAMETERS cConnectionName, lChanged
Parameters
- cConnectionName
Specifies the name of the connection modified. - lChanged
Specifies whether a modification to the view was saved in the Connection Designer.
Remarks
You can use the dbc_AfterModifyView event to track or manage access to the database after connections are modified.
See Also
Enable or Disable DBC Events | dbc_BeforeModifyConnection Event