Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build index on a table in buffering mode
Message
From
08/12/2021 14:10:27
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01682933
Message ID:
01682937
Views:
41
>>>Hi,
>>>
>>>I am trying to find a way to build an index on a cursor column but the cursor is in the buffering mode. So, of course, I get VFP error.
>>>Is there way to get around this; that is, to create an order/index on a column where the cursor is in the buffering mode?
>>>
>>>TIA
>>Sure,
>>Just use:
>>
>>CURSORSETPROP("Buffering", 3, ...)
>>INDEX ON ...
>>CURSORSETPROP("Buffering", 5, ...)
>>
>
>First, thank you. And all the other, previously built index tags will still exist? Or I have to rebuild all index tags?

Just don't forget the ...ADDITIVE clause and they will stay.

back to same old

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

Click here to load this message in the networking platform