BindingSource, Archiving Old record before saving new changes

R

Rob Dob

Hi,

I have fields on a form bound to a BindingSource, I would like to be able
to archive the orginal record prior to saving the most recent changes to the
database. What is the recommended approach to doing this? Is there an easy
way to view both the changed and unchanged state of the same datarow.

Thanks.
 
B

Brian Smith

you can get the whole of a row with Select, thus:

myTable.Select("", "", DataViewRowState.OriginalRows);

or individual columns can be queried using:
dataRow[index, DataRowVersion.Original];

brian smith
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top