Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Index a Cursor????
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00156617
Message ID:
00156910
Vues:
24
>You can, but only once (unless they've changed it recently)
>To get more than one index tag convert the cursor as follows
>SELECT ...
> INTO CURSOR C_Tmp NOFILTER
>SELECT 0
>USE DBF('C_Tmp') AGAIN ALIAS T_Tmp EXCLUSIVE
>USE IN C_Tmp
>
>You know have a fully indexable table, but you'll need to explicity delete the cdx file when you close the cursor.

Two small addendums...you don't need EXCL since all cursors are local, and the CDX will automatically be deleted from memory when the cursor is...
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform