Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to add primary key expression
Message
 
À
17/04/2001 06:47:43
Peter Wagner
Point Informática Ltda.
Limeira, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00496027
Message ID:
00496165
Vues:
9
>In VFP 6.0 help file the ALTER TABLE command says:
>
>ADD PRIMARY KEY eExpression3 TAG TagName2 [FOR lExpression4]
>
>But if I try to write something like this:(just a sample)
>
>ALTER TABLE 'TABLE1' ADD PRIMARY KEY cust_id TAG cust_id FOR !DELETED()
>
>VPP returns sintax error.
>
>Does someone know why ? or its a error in VFP help file.

Doc bug. Try ALTER TABLE 'TABLE1' ADD PRIMARY KEY cust_id FOR !DELETED() TAG cust_id.
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform