Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Occurs before a connection is modified.
PROCEDURE dbc_BeforeModifyConnection(cConnectionName)
-or-
PROCEDURE dbc_BeforeModifyConnection
LPARAMETERS cConnectionName
Parameters
- cViewName
Specifies the name of the connection modified.
Remarks
You can use the dbc_BeforeModifyView event to track attempted access to the database before connections are modified.
Return .F. from this procedure to prevent the connection from being modified.
See Also
Enable or Disable DBC Events | dbc_AfterModifyConnection Event