Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RECALL cascade?
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
RECALL cascade?
Miscellaneous
Thread ID:
00228161
Message ID:
00228161
Views:
51
I have a parent table, with a child table. If I delete a record from the parent table, I've got the RI set to cascade the delete to the child table, which it does. However, I've got some code set up, so that if the user tries to add a new record to the parent, with the same serial #(the serial # is the key field in both child and table, BTW), that it will just RECALL the deleted record. It does this for the Parent table, but it does NOT cascade the recall to the child. What should I be doing here?

As far as my RI, it's set up this way...Update>cascade, Delete>cascade,Insert>restrict.
Next
Reply
Map
View

Click here to load this message in the networking platform