Ch 11Creating a relationship between tables
Hi, when I try and join the two databases, I get the follwing error message
'Genre' table saved successfully
'Review' table
- Unable to create relationship 'FK_Review_Genre'.
The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_Review_Genre". The conflict occurred in database "C:\BEGASPNET\SITE2\APP_DATA\PLANETWROX.MDF", table "dbo.Genre", column 'Id'.
Any ideas?
|