Help with some basic concepts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey all,

In a master/detail relationship I can work with the master details fine (you
know maniupulating the dataset with edits, inserts, and deletes) what I'm
wondering is working with the details records. I don't have any exerience
with this but just a guess.

I'm going by one article in MSDN that gets the detail records by the
GetChildRecords method or some name like that and retrieves the children rows
within an array of datarows.

Here's my question, once you get the child rows in an array of datarows, and
when I make a change to one of the child row records, how would I get that
changed row back into the child table inside dataset?

thanks in advance,
rodchar
 

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