Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Build index on a table in buffering mode
Message
 
 
À
08/12/2021 14:10:27
Dragan Nedeljkovich (En ligne)
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:
01682938
Vues:
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.

Very good. Thank you!
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform