G
Guest
I realize the original quesiton was dealt with but this appeared to be the
most appropriate thread to post my question under. Here is my senario:
1) Connect to DB
2) Fill DataSet with tables, set Relationships, Constraints
3) Save DataSet to file
4) Send DataSet (and additional support files to client from Web Service)
5) Open Dataset (from file) in Client App
My problem lies in the fact that once the DataSet is saved to file and
then reloaded from the file all RowState values change to "Added" even though
no rows have been modified/deleted/added.
How can I keep the RowState from changing for the original DataRows that
have not been modified by the ClientApp?
most appropriate thread to post my question under. Here is my senario:
1) Connect to DB
2) Fill DataSet with tables, set Relationships, Constraints
3) Save DataSet to file
4) Send DataSet (and additional support files to client from Web Service)
5) Open Dataset (from file) in Client App
My problem lies in the fact that once the DataSet is saved to file and
then reloaded from the file all RowState values change to "Added" even though
no rows have been modified/deleted/added.
How can I keep the RowState from changing for the original DataRows that
have not been modified by the ClientApp?