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!
 
figured it out :) later in the book they have a nice big chapter on it...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top