Reduced Delta Sample

This sample shows how to use Reduced Deltas to save bandwidth when applying changes to the server, where rows may contain potentially large but unchanged data. With Reduced Delta on, Data Abstract will only submit the changed field of a particular row to the server, rather than sending all fields with Reduced Delta off.

Examine the code

See the TClientForm.btUpdateClick event handler to see how the dataset is updated. Note how the Reduced Delta feature can be turned on or off according to the checkbox.

Getting started