Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Build index on a table in buffering mode
Message
De
08/12/2021 14:10:27
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01682933
Message ID:
01682937
Vues:
42
>>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform