Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create Table command
Message
De
18/06/2001 00:23:17
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Create Table command
Divers
Thread ID:
00520442
Message ID:
00520442
Vues:
39
I like to store SQL create command to table field. So next time I can create it by

mTableCreate = table.detail
&mTableCreate

I know how to creat the primary index key eg.

CREATE TABLE salesman ;
(SalesID c(6) PRIMARY KEY, ;
SaleName C(20))


But what is the command to create regular index?

TIA.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform