datarelation and rowstate

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

Guest

Hi all,
I have a dataset that includes 2 datatable with a parent- child relation.
so i have 2 dataadapter.
when i update the first datatable with first dataadapter,
my second datatable's rows' rowstates change from "Added" to "Unchanged".
So i can not insert them to db.

Where is the problem?

Oracle 8.1.7
Win. App.
C#
Thanks.
Fatih.
 
I solved the problem by setting the DataRelation's AcceptRejectRule propety
to "None".

Thanks.
 
Back
Top