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 deleted.
PROCEDURE dbc_BeforeDeleteConnection(cConnectionName)
-or-
PROCEDURE dbc_BeforeDeleteConnection
LPARAMETERS cConnectionName
Parameters
- cConnectionName
Specifies the name of the connection.
Remarks
You can use the dbc_BeforeDeleteConnection event to track attempted access to the database before connections are deleted.
Return .F. from this procedure to prevent the connection from being deleted.
See Also
Enable or Disable DBC Events | dbc_AfterDeleteConnection Event