Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing a View
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00128027
Message ID:
00128371
Views:
20
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform