Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indexing on 2+ Integers
Message
From
08/09/1998 15:37:22
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00133766
Message ID:
00134202
Views:
15
>Hi All,
>
>Ok, I've got a link table that links two, two part primary keys, together. And sense Seek is faster than locate, I need to index on the four part key. How do you build an index on four integers?
>
>Thanks

Specially for integers, you can use bintoc() function:

index on BinToC(int1)+BinToC(int2) tag TwoInts

Length of the key is 8 bytes total.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform