TUniAlerter and SQLite

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
roddyp
Posts: 6
Joined: Wed 15 Oct 2014 08:28

TUniAlerter and SQLite

Post by roddyp » Wed 15 Oct 2014 08:31

I want to be notified when an SQLite table is updated. Can I Use TUniAlerter for this?

If not, is it possible to use the "sqlite3_update_hook" function directly, or would this conflict with UniDac. (I'm currently using "direct" mode, if this makes a difference).

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: TUniAlerter and SQLite

Post by AlexP » Wed 15 Oct 2014 10:07

Hello,

No, this behavior can't be implemented using UniAlerter. Currently, we don't plan to implement such functionality. You can add a suggestion at our UserVoice page: https://devart.uservoice.com/forums/104 ... components , if your idea gets enough votes, we will implement it.

P.S. If this functionality is implemented, it can appear only in LiteDAC, not in UniDAC.

Post Reply