Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 7 wish -- clean up database
Message
De
16/07/1999 15:23:26
 
 
À
16/07/1999 12:45:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00242393
Message ID:
00242521
Vues:
26
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform