A
Anton Sommer
Hello folks,
I am loading the Dataset from one connection, do a few changes to a few rows
and want to insert all of those rows into another table in another
connection. the problem is that the primarily loaded rows have rowstate
unchanged, the ones that get changed have state changed but non of them can
be inserted into another table because this would require rowstate added.
What can I do?
The rowstate is read only. Am I right?
Can I make the DataAdapter insert rows with rowstate different from
inserted?
Or would I have to manually build a table and set all values in a loop?
Sounds stupid to me!?!
Any other ideas?
Thank you
Anton
I am loading the Dataset from one connection, do a few changes to a few rows
and want to insert all of those rows into another table in another
connection. the problem is that the primarily loaded rows have rowstate
unchanged, the ones that get changed have state changed but non of them can
be inserted into another table because this would require rowstate added.
What can I do?
The rowstate is read only. Am I right?
Can I make the DataAdapter insert rows with rowstate different from
inserted?
Or would I have to manually build a table and set all values in a loop?
Sounds stupid to me!?!
Any other ideas?
Thank you
Anton