That is not an option in my case, since there might (will) be other changes
to the row, and I do not wish to accept those changes.
> datarow.AcceptChanges()
>
[quoted text clipped - 12 lines]
>>
>> Carl
Jim Hughes - 06 Apr 2006 19:04 GMT
Then do a test to see If Not dataRow.HasChanges() before accepting them.
> That is not an option in my case, since there might (will) be other
> changes to the row, and I do not wish to accept those changes.
[quoted text clipped - 15 lines]
>>>
>>> Carl