Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Indexing a View
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00128027
Message ID:
00128371
Vues:
21
>Hi to all,
>
>In my code I do instructions like this:
>
>USE myView && local/remote view of the database
>INDEX ON viewField TAG myTag
>SET ORDER TO myTag
>
>Now my question:
>Is the view's CDX a tmp file or it will be saved on the disk ? (The status bar info refer to file on c:\windows\temp by I cannot found them!)
>
>TIA, Renato

VFP often keeps its temp files (cursors, view indexes, etc.) entirely in memory. If you do dbf('mycursor') you will get a file name, and it will say the file is in your temp directory. However, it may or may NOT be physically on the disk. This depends on a number of factors - memory amount, programs active, etc. etc....

Barbara
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform