dbc_BeforeModifyConnection Event

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