relational data...

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

Here's my problem (been reading the book Microsoft ADO.NET Core Reference),
I must of skipped this in the book or haven't goten to it yet, but...

How do you work with referential data in ADO.NET? Here's what I am trying to
do, I have two tables... one is basicly a person table, and another is an
address table, person joins to address on a one to many relationship with
one of the required ones being a home address.. so there is always at least
one... I need to sequentually go through the data table of persons and print
their names then print their home addresses. How can I basicly do a join
between the two? I set up their primary keys in code, and added a reference
constraint between the two, where do I go from there? thanks!
 
Back
Top