Article ID: 129640
Article Last Modified on 2/12/2000
OPEN DATABASE \vfp\samples\mainsamp\data\tastrade =ADBOBJECT(laRelations, "RELATION") DISPLAY MEMORYThe array contains five columns. Each relationship defined in the DBC will occupy one row in the array. The columns contain the following information:
Column Contents -------------------------------------------------------------- 1 Name of the parent table 2 Name of the child table 3 Name of the parent index tag involved in the relation 4 Name of the child index tag involved in the relation 5 Information for the Relational Integrity BuilderColumn 5 contains up to three letters, indicating Update, Delete, and Insert triggers respectively. Each letter code within the column will contain a "C" for Cascade, an "R" for Restrict, or an "I" for Ignore. For example, a value of "CRR" in column 5 would indicate that updates should be cascaded, deletes should be restricted, and inserts should be restricted.
Additional query words: VFoxWin
Keywords: KB129640