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


Hey, I'm willing to try anything.

Altered first lines to look like this:
CREATE DATABASE temp
CREATE TABLE anytable (pkey I PRIMARY KEY, cChar C(6))
SELECT anytable
INDEX ON cChar TAG cChar
SET ORDER TO pkey
SET MULTILOCKS ON 
CURSORSETPROP('Buffering',5)
Unfortunately, got the exact same results :-(
Ray Roper
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform