Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define index?
Message
From
20/10/2005 12:15:01
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Title:
Environment versions
Visual FoxPro:
FoxPro Dos
Miscellaneous
Thread ID:
01060750
Message ID:
01060766
Views:
13
>I am working with an old FoxBase+ application and was wondering if anyone can tell me how to find out what an index structure is?
>
>TIA for your help -
>Margaret

What do you mean by structure? Internal structure? If so I don't remember. Else you could get a backup and do this:

use myTable
set index to myIndex && each index have a separate IDX file
? key(val(sys(21))) && get key used

PS: As far as I remember only indexes that are open are updated. ie:
use myTable
set index to ind1,ind2,ind3 && if there is ind4 it won't be updated
append blank
...

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform