Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Relationship Deletion ?
Message
From
09/07/2002 00:10:53
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00676354
Message ID:
00676430
Views:
21
Steve,

There is a different way of doing that.

USE Data\MyData.dbc
DELETE FOR ObjectType='Relation'
USE IN MyData

You've just deleted all relations in the dbc file. Then, when you want to add them back you use the ALTER TABLE blah blah blah WITH blah blah blah ADD FOREIGN KEY TAG blah etc.

I don't know anything about that code to add back the relations because I always get it from the prg created with the GENDBC.prg.

I've found it useful to delete all persistent relations and referential integrity also prior to performing some maintenance functions and then I add them back after the maintenance.

Wally Noll
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform