Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 7 wish -- clean up database
Message
From
19/07/1999 10:04:31
 
 
To
19/07/1999 09:24:02
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00242393
Message ID:
00243068
Views:
22
Thank you all for all your replies! Some of what I was told was new, especially, compile database, a command I have never noticed.

Valid data recover doesn't pack the DBC, even if it did work in run time, it wouldn't help. But perhaps, my "wish" should be modified so there is a valid database recover pack command.

I am a bit nervous about PACKing my database definition, someone had mentioned that it wasn't a good idea. But perhaps, with the compile data command, it would be safer. I'll look into that. For now, I'll re-build from scratch.

>>This is here already Just modify the database
>>
>>Click on the menu option Database; Cleanup Database
>>
>>Ron
>>
>
>You missed the point of the thread... which was wanting to do a 'Clean Up Database' from code/runtime... There is no direct command to do it.
>
>BOb
>
>
>>>>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
--Todd Sherman
-Wake Up! Smell the Coffee!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform