Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create a primary key compound by two or more fie
Message
 
 
To
21/05/2001 11:58:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00509511
Message ID:
00509579
Views:
17
>I need to create a primary key compound by two fields. I was trying to do that in the GUI but it doesn't work (i.e. Field1 + Field2).
>
>Then I found this in the MSDN Online library:
> ALTER TABLE MyTable ADD PRIMARY KEY Field1 tag Field1
>
>How can I to include two fields in the above statement?
>
>
>Thanks all!!!

In addition to Larry's reply: the collective wisdom says, that it's better to use surrogate PKs. Compound index may be a candidate in this case.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform