TDAChangeStatus

Overview

The TDAChangeStatus enumeration represents current status of the TDADeltaChange. When data updates are processed by the Data Abstract TDADeltaChange instances being sent to the server have status set to csPending. After processing these changes server each TDADeltaChange gets either csFailed or csResolved status.

Location

  • Unit: uDACore.pas


Value Description
csFailed Server was unable to apply this TDADeltaChange. Check its TDADeltaChange property to find out more details about error occurred
csPending This TDADeltaChange instance was not yet processed by the server
csResolved This TDADeltaChange instance was successfully processed by the server. Changes it contains were successfully applied to the underlying database