Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INDEXSEEK Bug?
Message
From
09/05/2002 08:50:51
 
 
To
09/05/2002 08:47:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00654373
Message ID:
00654400
Views:
26
We'll have to see what the brighter lights have to say about this...

I suggested the SELECT because the Help doesn't explicitly stat that a CREATEd table stays SELECTed (last one anyway). It only says that it can be referenced by its alias.

good luck.


>>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 :-(
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform