Page 1 of 1

making changes permanent on database under LocalUpdate=true

Posted: Wed 06 Jun 2007 08:18
by Veli
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,

Posted: Wed 06 Jun 2007 11:17
by Antaeus
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.