hi, I'm getting the exception: System.ArgumentException: The same table (tbl_SheureyPremya) cannot be the child table in two nested relations. at System.Data.DataRelation.CheckNestedRelations() at System.Data.DataRelation.set_Nested(Boolean value)
In my DB I have a table (table A) that contains 2 foreign keys of two different tables (tables B,C) . I want to build a scheme that will represent correctly my DB. In this scheme table A is the child of 2 tables: table B and table C. But according to the above exception this situation is not allowed. i can't find documentation about this. How can i build the right scheme and deal with this exception ? tnks, lili. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
