DBClient.TCustomClientDataSet.OnReconcileError

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From DBClient.pas

	property OnReconcileError: TReconcileErrorEvent read FOnReconcileError write FOnReconcileError;


Unit: DBClient

Type: event

Visibility: protected

Member Of: TCustomClientDataSet

C++ Information

From DBClient.hpp

	__property TReconcileErrorEvent OnReconcileError;


Unit: DBClient

Type: property

Visibility: protected

Member Of: TCustomClientDataSet

Description

Occurs when a client dataset needs to reconcile an update to a record that could not be applied.


Write an OnReconcileError event handler to respond to error conditions that arise when the Reconcile method cycles through records that could not be applied to the database. This event handles only those update errors that were not handled in an OnUpdateError event handler.

The OnReconcileError event handler is called once for each record that could not be applied to the dataset or handled by the provider.

Warning:  A provider can't detect when an update conflicts with another user's changes to a memo field. This situation does not generate an OnReconcileError event.

See Also

Personal tools
Translations
Newest Version