datarelation and rowstate

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

Guest

I solved the problem by setting the DataRelation's AcceptRejectRule propety
to "None".

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top