InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InstantDB: Expected: "UNIQUE" found: "REFERENCES"


 

Hy

By creating the following table I get a error message.

Can anybody help me please

CREATE TABLE TP(
 PAdresNum INT UNIQUE PRIMARY KEY NOT NULL, 
PVName CHAR(30), 
PName CHAR(30), 
PAdres1 CHAR(20), PAdres2 CHAR(20),
PAnNum SHORT FOREIGN KEY REFERENCES TA(AAn) );
 Don't understand SQL after: "CREATE"
 Expected: "UNIQUE" found: "REFERENCES"
 
Thank's a lot!