Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DBC's Referential Integrity
Message
From
03/11/1998 08:02:51
Roberto Cysne
Banco do Nordeste S.A.
Fortaleza, Brazil
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00153861
Message ID:
00153868
Views:
20
>>Is there some way to list the DBC’s referential integrity by a program ?
>
>You might want to look at DBGETPROP(), which can extract the trigger expressions for Delete, Insert and Update as part of the Table data. For example, to extract the Insert Trigger expression for the table MyTable in the currently open database:
>
>? DBGETPROP('MyTable','Table','InsertTrigger')

Ed,

DBGETPROP() is Ok for Triggers and other properties, but I specific refer to the relation integrity type between the tables of a DBC. (one to one, one for many, etc…)
Roberto Cysne Costa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform