C
Christopher Weaver
I can't get this method to work as I expect it to. If I edit a row within a
DataSet, then invoke the DA's Update, the changes to the current row are
lost. If I move off the modified row then invoke Update the changes are
written to the back end. I assumed that AcceptChanges would cause any
changes in the current row to be included in the Update process, but those
changes are still being lost.
How do I ensure that the current rows changes will be included in the DA's
Update call?
DataSet, then invoke the DA's Update, the changes to the current row are
lost. If I move off the modified row then invoke Update the changes are
written to the back end. I assumed that AcceptChanges would cause any
changes in the current row to be included in the Update process, but those
changes are still being lost.
How do I ensure that the current rows changes will be included in the DA's
Update call?