Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CREATE TABLE help with indexes
Message
 
 
À
01/08/2001 12:06:44
Peter Brama
West Pointe Enterprises
Detroit, Michigan, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00538358
Message ID:
00538387
Vues:
9
>I am using a CREATE TABLE call to generate a temporary table to store information based on a variable number of fields. I want to index one field that is always used in the CREATE TABLE but needs to allow duplicates. The only way I have been able to do this, thus far, is to issue an INDEX fldname TO indexname command AFTER the CREATE TABLE... am I missing something here?
To create structural index use
INDEX fldname TAG fldname
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform