Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help DBC Consitency Error
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00437182
Message ID:
00437653
Vues:
14
Hi Paul.

>Now they get further...but now it says it cannot find another cdx file. I am pretty sure it is scusyssi.cdx. This is a free table index. It is in SDT but as a free table. It seems to me that SDT isn't recreating the index for free tables is this correct?

SDT will recreate a free table's indexes, but only if you tell it to process free tables (as opposed to tables in your database). There are a few ways you can do that:

- Use oMeta.SetDatabase('') before calling Reindex.

- Call Reindex('!') or Reindex('!ALL') to display or reindex all free tables.

- My favorite: call Reindex('ALL!') or Reindex('ALL!ALL') to display or reindex all tables regardless of database.

Doug
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform