R
Rob Dob
How do I determine if there are any rows within the BindingSource that have
changed prior to calling the EndEdit(). I need to do this in order to
archive some records and if I call the EndEdit() then it also wipes out the
orginal version of the dataset record with the proposed changes., However I
don't wish to iterate through every row in the dataset in order to figure
out changes, Does the BindingSource not have something similar to the
GetChanges() or HasChanges()
Thanks in advance.
changed prior to calling the EndEdit(). I need to do this in order to
archive some records and if I call the EndEdit() then it also wipes out the
orginal version of the dataset record with the proposed changes., However I
don't wish to iterate through every row in the dataset in order to figure
out changes, Does the BindingSource not have something similar to the
GetChanges() or HasChanges()
Thanks in advance.