Dataview - Rollback changes?

  • Thread starter Thread starter David
  • Start date Start date
D

David

I am creating a DataView to display a subset of a DATASET in a
DATAGRID

If users make changes to the view,, then the underlying
table./dataset is changed. However, I want to provide the user a way
to cancel all of the changes. I can not see any rollback ALL of the
changes, especially the edits and deletes of existing data.

I guess I could copy the table for the view, but this will impose a
memory issue with large tables.

Or can I create a view, then COPY the view to disassociate the view
from the dataset? The issue with this is how to merge the view back
with the dataset/table.

Thanks
 
Back
Top