Hi,
I am setting table property LocalUpdate=true to keep changes locally in memory to save processing time.But later I want those changes to be permanent on the database table.How can I do them permanent?
Thanks and regards,
making changes permanent on database under LocalUpdate=true
It is not possible with this option. You should use CachedUpdates mode instead. Please take a look at the CahedUpdatas demo that is a part of MyDAC general demo. This demo demonstrates how to work in CahedUpdatas mode.
You can find MyDAC general demo in the MyDAC_InstDir\Demos\MyDAC demo directory.
MyDAC_InstDir is the MyDAC installation directory on your computer.
You can find MyDAC general demo in the MyDAC_InstDir\Demos\MyDAC demo directory.
MyDAC_InstDir is the MyDAC installation directory on your computer.