this is my diagram http://aspspider.net/vhalexxs/relationship.jpg
here is the error while saving the diagram...
'rco_prodattr' table saved successfully
'rco_prodacc' table
- Unable to create relationship 'FK_rco_prodacc_rco_prodattr1'.
Introducing FOREIGN KEY constraint 'FK_rco_prodacc_rco_prodattr1' on table 'rco_prodacc' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Could not create constraint. See previous errors.
is there a way to create a constrain with cascade delete and update on rco_prodacc, or if not what will be the best possible solution for this.
thanks....
Do not enforce second relationship and maintain it by triggers on rco_prodattr.|||does trigger also roll back when you perform a rollback transaction command in SQL
No comments:
Post a Comment