August 22, 2005 at 1:32 am
INSERT statement conflicted with TABLE FOREIGN KEY constraint
August 22, 2005 at 1:57 am
?????
Are you asking what it means, what you can do about it, why you got it, or something else completely?
To have got that error, you must have inserted a record into a table that has a foreign key defined on one of the fields and the value that you inserted into the field didn't match any of the values in the related table.
If you give some details regarding your problem, I'm sure someone can help you.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 22, 2005 at 6:30 am
That's just a bug from the forum, when a new member answers an editorial and it is its first post (most likely from a new member), it starts a new thread... It happens at least once or twice a week.
August 22, 2005 at 6:35 am
Wierd........
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply