Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index Corruption
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00713865
Message ID:
00713870
Vues:
39
Try this instead:
SELECT table1
DELETE TAG ALL
APPEND FROM table2
INDEX ON colname1 TAG colname1
INDEX ON colname2 TAG colname2
etc..
>I am testing an old program converted to VFP 7.0 that basically does the following:
>
>SELECT table1
>REINDEX
>APPEND FROM table2
>
>Records appended are in the hundreds and I always end up with corrupt tags which are unable to locate records.
>
>I remember reading something about appending large number of records that might throw the tags out of whack. I would recommend issusing 'reindex' after the 'append' command.
>
>Would appreciate greatly your feedback.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform