Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Packing tables
Message
De
19/07/2001 16:09:53
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00532815
Message ID:
00532830
Vues:
21
>What is the correct way to pack tables. I open the database in exclusive mode. When i say pack tablename, I get an internal error, and Foxpro is closed. When I try and access my tables, I can't , cause the indexes are then screwed. And I have to remove them and add again. Not even a database validate and recover help.
>
>Thanx Stuart

Stuart,
You cannot specify table name in the PACK command in VFP 6. You have to open table exclusively first and than issue PACK command.
OPEN DATABASE Mydatabase
USE Mytable1 Exclusive 
PACK
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform