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
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