Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 7 wish -- clean up database
Message
From
16/07/1999 15:23:26
 
 
To
16/07/1999 12:45:00
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00242393
Message ID:
00242521
Views:
21
>I would like to see the "clean up database" option of the database designer be available programmatically. That way, in my big "Fix Anything that might be wrong" maintance routine, I could do a clean up!

Isn't clean up database nothing more than a pack of the DBC? You can do this programatically...

close database MyDataBase
use MyDataBase.DBC excl
pack
use
open database MyDataBase

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform