Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Deleting .idx file
Message
De
26/03/2006 13:38:43
 
 
À
26/03/2006 13:33:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01107793
Message ID:
01107794
Vues:
29
>I have a problem deleting index file.
>
>I use command INDEX ON someExpr TO temp.idx on one table in one work area.
>
>I open same table in another work area and when I want to delete temp.idx it says that file is in use and I cannot delete that index.
>
>How to delete that index file because BEGIN TRANSACTION command is requiring that?

When you open the same table in another work area, the index file "goes along", the same goes for filters and other attrributes, like for instance exclusive/shared, and noupdate. So you either must wait, and delete the idx later, or you must close the table, delete the idx, and then reopen the table.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform