NexusDB GetChangedTables()

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Aggie85
Posts: 95
Joined: Wed 11 Nov 2015 17:03

NexusDB GetChangedTables()

Post by Aggie85 » Wed 11 Jan 2017 19:25

Howdy All!

I am trying to move my codebase away from NexusDB components to Unidac since I am in the process of adding additional databases.

I have a background thread in my application that updates some cached tables as they are changed. The routine uses the NexusDB session method GetChangedTables() which returns a list of all tables changed since the last time the method was called.

Any suggestions on how to implement such a feature using Unidac for all supported databases?

All the best!

Aggie85

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: NexusDB GetChangedTables()

Post by ViktorV » Thu 12 Jan 2017 09:36

UniDAC doesn't support this functionality. UniDAC is a universal set of components for various DBMSs and it has no support for some specific functionality of particular DBMSs. This feature is specific only for NexusDB.

Post Reply