G
Guest
I need to update, insert, delete rows from DataSet in transaction. (for each
master row and details rows in dataset i need to start new transaction)
If one row in detail table was modified, parent row exists in dataset which
returned by GetChanges method...this valid for updated and inserted records,
but if I remove some rows from Detail table parent row does not exists.
On web service which I use as Facade layer i use loop to get master and
detail rows and then execute update in transaction...but if dataset contains
"abandoned" rows they are can not be updated
Cound sombody explain me how implement master-detail update in
transaction...??
master row and details rows in dataset i need to start new transaction)
If one row in detail table was modified, parent row exists in dataset which
returned by GetChanges method...this valid for updated and inserted records,
but if I remove some rows from Detail table parent row does not exists.
On web service which I use as Facade layer i use loop to get master and
detail rows and then execute update in transaction...but if dataset contains
"abandoned" rows they are can not be updated
Cound sombody explain me how implement master-detail update in
transaction...??