Hierarchical Update

  • Thread starter Thread starter Janpue
  • Start date Start date
J

Janpue

I have one table and three dataadapter so I can build a hierarchical
dataset, depending of the value of a field: "level". When I try to
update any change it only works if the changes are made to the master
table of the dataset. No change made to child is updated. I have tried
with and without cascade update. There is a autonumerical primary key.
Why I can only get updated the fields of the master table? Thanks.
 
Let's see some code.

--
____________________________________
Bill Vaughn
MVP, hRD
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top