Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INDEXSEEK Bug?
Message
From
09/05/2002 08:43:41
 
 
To
09/05/2002 08:37:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00654373
Message ID:
00654390
Views:
22
Seems unnecessary, but maybe a SELECT before the INDEX ON would make a difference?


>>The Help for INDEXSEEK() *does* say that an ORDER has to be set.
>>
>I had overlooked that; thanks, Jim.
>
>
>But (big BUT <g>),
>
>If I alter the first few lines of my sample code to:
>
>
>CREATE DATABASE temp
>CREATE TABLE anytable (pkey I PRIMARY KEY, cChar C(6))
>INDEX ON cChar TAG cChar
>SET ORDER TO pkey
>SET MULTILOCKS ON
>CURSORSETPROP('Buffering',5)
>
>
>The results are exactly the same! Also the same if the SET ORDER line is to tag "cChar."
>
>So what goes on here?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform