RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQuery.UpdateMode Property

Determines how the Borland Database Engine (BDE) finds records when updating to an SQL database.

Pascal
property UpdateMode: TUpdateMode;
C++
__property TUpdateMode UpdateMode;

Use UpdateMode to specify the criteria to use when locating a record in the dataset. UpdateMode specifies whether modified records are located based on all columns (fields), on only the key fields, or on the key fields plus the original values of fields that have been modified. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!