Re: primary key or UNIQUE constraint error when trying to setup Relationship
From: Joe Celko (jcelko212_at_earthlink.net)
Date: 06/20/04
- Next message: Joe Celko: "Re: Please help: Case statement"
- Previous message: Gert E.R. Drapers: "Re: BCP Utility"
- In reply to: Sam: "primary key or UNIQUE constraint error when trying to setup Relationship"
- Next in thread: Sam: "Re: primary key or UNIQUE constraint error when trying to setup Relationship"
- Reply: Sam: "Re: primary key or UNIQUE constraint error when trying to setup Relationship"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 20 Jun 2004 15:58:13 -0700
>> I'm getting an error that says: "The columns in table "<tablename>"
do not match an existing primary key or UNIQUE constraint." <<
Please post DDL, so that people do not have to guess what the keys,
constraints, Declarative Referential Integrity, datatypes, etc. in your
schema are. Your personal narrative is useless. We need to see your
code to debug it.
Why did you say "primary key fields"?? Let's get back to the basics of
an RDBMS. Rows are not records; fields are not columns; tables are not
files.
--CELKO--
*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Joe Celko: "Re: Please help: Case statement"
- Previous message: Gert E.R. Drapers: "Re: BCP Utility"
- In reply to: Sam: "primary key or UNIQUE constraint error when trying to setup Relationship"
- Next in thread: Sam: "Re: primary key or UNIQUE constraint error when trying to setup Relationship"
- Reply: Sam: "Re: primary key or UNIQUE constraint error when trying to setup Relationship"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|