Hi, don't know if this is the right place for this question, but here it goes.
Having read Microsoft ADO .Net from David Sceppa, i come across an way to partially solve the order problem when updating a dataset that has hierarchical data.
I've followed David Sceppa's suggestion in page 486, nevertheless i've found (as yet) a problem.. what if we:
1) Delete a record
2) Add a new record but with the same key.
When commiting to the database we get a constraint error of course.. But modifying the order in wich the submitting is made doesn't seem to be a good ideia..
Is there any workarround someone could suggest?
Any help would be appreciated, thanks
Having read Microsoft ADO .Net from David Sceppa, i come across an way to partially solve the order problem when updating a dataset that has hierarchical data.
I've followed David Sceppa's suggestion in page 486, nevertheless i've found (as yet) a problem.. what if we:
1) Delete a record
2) Add a new record but with the same key.
When commiting to the database we get a constraint error of course.. But modifying the order in wich the submitting is made doesn't seem to be a good ideia..
Is there any workarround someone could suggest?
Any help would be appreciated, thanks