Hi guys
I am working with typed dataset in vs 2005
I have two table parent & child
I set configured the relation as follows
• Both Relation and Foreign Key Constraint
• Update rule :cascade
• Delete rule : cascade
But this is not work because I got an error “ UPDATE / DELETE
statement conflicted with COLUMN REFERENCE constraint ” .when I try to
delete/update the parent table .
Can any one tell me what I am missing
