N
niv
Hi,
I am unsure on how to retrieve data from tables 2 tables
that are related through a relationship table..
TableOne
--------
TableOneID
TableOneDesc
TableTwo
--------
TableTwoID
TableTwoDesc
TableOne_TableTwo_Relationship
------------------------------
TableOne_TableTwo_RelID
TableOneID
TableTwoID
I have related TableOne to TableOne_TableTwo_Relationship.
Then I have related TableTwo to
TableOne_TableTwo_Relationship.
I am unsure on how to traverse though the set
relationships to retrieve data. ie) I want to print out
all TableTwoDesc that have been related to a specific
TableOneID.
Thanks for your help,
niv
I am unsure on how to retrieve data from tables 2 tables
that are related through a relationship table..
TableOne
--------
TableOneID
TableOneDesc
TableTwo
--------
TableTwoID
TableTwoDesc
TableOne_TableTwo_Relationship
------------------------------
TableOne_TableTwo_RelID
TableOneID
TableTwoID
I have related TableOne to TableOne_TableTwo_Relationship.
Then I have related TableTwo to
TableOne_TableTwo_Relationship.
I am unsure on how to traverse though the set
relationships to retrieve data. ie) I want to print out
all TableTwoDesc that have been related to a specific
TableOneID.
Thanks for your help,
niv