Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is the Syntax Error
Message
From
31/01/2008 13:44:04
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01287604
Message ID:
01287608
Views:
33
>Hi
>
>I have been testing the Alter Table Command and it worked fine when I tried to create a candidate index tag but fails when I try to create a Foreign Key tag.
>
>I get a syntax error with following:
>
>Alter Table UPSystem Add Foreign Key Upper(Module+Name) Tag Name
>
>Where is the syntax error?

You're missing the REFERENCES part of the ADD FOREIGN KEY clause that indicates what table it's a foreign key to.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform