Q. How can I use cached updates mechanism within PostgresDAC? A. PostgresDAC doesn't support cached updates, however you can implement cached updates analogue using TClientDataset or any other third-party memory table component (e.g. KBMMemTable). See also: Questions list |