Page 1 of 1
TMSQuery local update
Posted: Sun 19 Jun 2016 15:32
by nijazicitaku
Hi,
is there anyway to update MSQuery localy, something like FireDac Localsql?
thnx,
Re: TMSQuery local update
Posted: Mon 20 Jun 2016 07:38
by ViktorV
For local data update using TMSQuery component, you can use the CachedUpdates or LocalUpdate modes.
In the CachedUpdates mode all changes are stored in the dataset buffer. So you can call the ApplyUpdates method later to send the changes to the database.
In the LocalUpdate mode data in dataset are changed locally but information about changes is not stored. So you cannot send the changes to the database.
For more information about these modes, please refer to SDAC help:
https://www.devart.com/sdac/docs/?devar ... pdates.htm,
https://www.devart.com/sdac/docs/?devar ... update.htm
Re: TMSQuery local update
Posted: Sun 16 Feb 2020 23:27
by kaffeburk
Links are boken.
Re: TMSQuery local update
Posted: Mon 24 Feb 2020 10:36
by Stellar
Thank you for the information. We've updated the links to our online documentation.