Search results for query: *

  1. C

    Parent-Child datagrids and FK Constraints

    Here's the deal (simplified): I have a Typed dataset with 2 tables Parent (ID, ParentName) and Child (ID, ParentID, ChildName). ParentID in Child is an FK (ParentChildFK) to the Parent table and is defined with cascase updating and deleting. The ID fields are defined as autoincrement with a...
Back
Top