Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lndexes???
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00157611
Message ID:
00157613
Vues:
18
If you're asking about compound indexes as in a CDX file, do this:
index on field1 tag tag1
index on field2 tag tag2
index on field3 tag tag3
If your asking about a compound index expression, assuming all 3 fields are of type character you could do:
index on field1 + field2 + field3 tag tag123 or
index on field1 + field2 + field3 to indxfile
HTH

>Hi all,
>
>I'm a little confused about creating compound indexes in hard code. I have a dbf with 8 fields. Out of the eight, I need to tag 3 fields. Can someone give me a hint on how I can do this?
>
>TIA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform