Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Seek() ??
Message
From
19/06/1998 03:13:51
 
 
To
18/06/1998 15:17:41
David Byrd
Baker, Byrd & Associates, Inc.
Austin, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Miscellaneous
Thread ID:
00104059
Message ID:
00109808
Views:
48
>When using two numeric values for a compound index it is typically better to separate the numbers with a delimiter, ie.
>
> ALLT(STR(field1)) + "-" + ALLT(STR(field2))
>
>Otherwise, your seeks will rarely get you the result you want. Note that the ALLTRIM() is used to reduce the size of the CDX file.
>
>-David

David:

A delimiter is absolutely necessary if you use allt() in your index expression because

allt(str(1)) + allt(str(23)) is exact than allt(str(12)) + allt(str(3))

But if you dont use allt() is not necesary at all. I use str(field1) + str(field2) in several tables and all my seeks works fine always.
Carlos.
Saludos,
A.G.P.
---------
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform