Does DataTable Editor Support Delta Records ?

Does DataTable Editor Support Delta Records ?

RNOVAKOSKYRNOVAKOSKY Posts: 2Questions: 1Answers: 0

I saw this product and I am looking for something similar to TClientDataSet (Delphi) or ADO RecordSet (.Net)
Is It possible with DataTables
- See Status of one Record (unModified, deleted, inserted...) ?
- See the Collection of changed records (delta), the original and new Values ?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599
    edited February 2021 Answer ✓
    • See Status of one Record (unModified, deleted, inserted...) ?

    Editor works with fields in the record - so you could create a status field with those values.

    • See the Collection of changed records (delta), the original and new Values ?

    Not unless you store the diffs as a field on the record - Editor just saves the new values, there isn't any history.

    This is a road-map feature for CloudTables, though it's likely to be more of an admin use rather than end-user.

    Colin

This discussion has been closed.