dbc_BeforeDropRelation Event
| Visual FoxPro 9.0 SP2 |
| dbc_BeforeDropRelation Event |
| See Also |
|
Occurs before a relation is dropped from a database. There are two versions of the syntax.
PROCEDURE dbc_BeforeDropRelation(cRelationID, cTableName, cRelatedChild, cRelatedTable, cRelatedTag) |
PROCEDURE dbc_BeforeDropRelation LPARAMETERS [cRelationID, cTableName, cRelationChild, cRelatedTable, cRelatedTag] |
Parameters
- cRelationID
-
Specifies the Relation ID stored in the database.
- cTableName
-
Specifies the name of the parent table.
- cRelatedChild
-
Specifies the name of the linked column in the child table.
- cRelatedTable
-
Specifies the child table containing the linked column.
- cRelatedTag
-
Specifies the index tag of the parent table.
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08