Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add primary key expression
Message
 
To
17/04/2001 06:47:43
Peter Wagner
Point Informática Ltda.
Limeira, Brazil
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00496027
Message ID:
00496165
Views:
14
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform