Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Index Type
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00768588
Message ID:
00768596
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
Something like:
nCount = 0
do while .t.
nCount = nCount+1
if EMPTY(TAG(nCount))
EXIT
endif
? TAG(nCount)
? CANDIDATE(nCount)
?Primary(nCount)
enddo


>How do I return the Index Type of all indexes in a table.
>
>Exameple:
>index1, Primary
>Index2, Candidate
>Index3, Candidate
>Index4, Regular
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform