when i merge two datasets and then try to update the db with dataadapters update-command. ewerything that comes from the dataset that i merge don't update..the rowstate is unmodified!??

how can i change this and get the dataset containing rows from both datasets to be updated tothe db???

Isokake