Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rebuilding indicies
Message
From
01/12/1998 11:35:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Rebuilding indicies
Miscellaneous
Thread ID:
00162801
Message ID:
00162801
Views:
62
I wrote a program to reindex the tables if the indicies should be corrupted.I close the databases, open the tables under fopen, delete the indicies and delete the database. I then reopen the tables ,create indicies, and recreate the database. I add the tables to the database and use the use alter table command to make the indicies that I added primary. I also set up a foreign key with the alter table command to set a relation between the two tables. Is there any way to get the program to run without asking the user if he doesn't mind deleting the databases and if he wants to rewrite the indicies that I set up as primary keys at the end. Also, is there a way to programatically set referential integrity?
Next
Reply
Map
View

Click here to load this message in the networking platform