Does DataTable Editor Support Delta Records ?
Does DataTable Editor Support Delta Records ?
RNOVAKOSKY
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
This discussion has been closed.
Answers
Editor works with fields in the record - so you could create a status field with those 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