K
Katty
An owner can have multiple pets and a pet can have multiple owners. I
understand that you
must have a cross reference table between owners and pets to handle the many
to many relationship
So, I created a DataSet with tables for Owner, OwnerPet and Pet where
OwnerPet is the cross reference containing OwnerId and PetId. Then I created
relationships between Owner and OwnerPet and between Pet and OwnerPet.
Now when I bind this to a DataGrid, I open Owners and I can see the OwnerPet
cross refference records, but can't get to Pets, and visversa.
Any ideas on how to sove this problem?
Thanks!
understand that you
must have a cross reference table between owners and pets to handle the many
to many relationship
So, I created a DataSet with tables for Owner, OwnerPet and Pet where
OwnerPet is the cross reference containing OwnerId and PetId. Then I created
relationships between Owner and OwnerPet and between Pet and OwnerPet.
Now when I bind this to a DataGrid, I open Owners and I can see the OwnerPet
cross refference records, but can't get to Pets, and visversa.
Any ideas on how to sove this problem?
Thanks!