AnyDAC
ContentsIndexHome
PreviousUpNext
TADUpdateOptions.FastUpdates Property

Controls fast vs secure updates.

Group
Links

Use FastUpdates property to choose the high performance updates (True) or the secure updates (False). 

To perform update commands faster, AnyDAC will cache update commands, use primary key fields to locate updated record, does not lock records before editing, does not refresh records after posting updates and avoid some checks inside of a dataset. Setting FastUpdates to True is shortcut for setting:

property FastUpdates: Boolean;
What do you think about this topic? Send feedback!