viniciussanchez / dataset-serialize

JSON to DataSet and DataSet to JSON converter for Delphi and Lazarus (FPC)
MIT License
653 stars 161 forks source link

Mode Insert/Update #105

Closed dliocode closed 3 years ago

dliocode commented 3 years ago

Adjusted the possibility to update with the data that are in the query.

How to use LoadFromJSON as update?

Open the dataset with the data that will be edited, change the dataset in edit mode, when executing LoadFromJSON the data will be edited!