Consultor Eletrônico



Kbase P108358: .Net Dataset still showing "HasChanges" = true after merging back updated dataset
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   22/12/2005
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x
Windows

SYMPTOM(s):

.Net Dataset still showing "HasChanges" = true after merging back updated dataset

Data retrieved into .Net via the Progress .Net Open client and ProDataSet

Changes from .Net Dataset are sent back to progress to update database via input-output parameter

Returned dataset is merged with original .Net dataset

.Net Dataset HasChanges attribute is still set to true

CAUSE:

This is expected behavior as the .Net side has not been told to do anything with the changes

FIX:

Need to run method acceptChanges or rejectChanges or some combination of the two on the .Net Dataset