I'm new to triggers, so apologize if this is a stupid question.
Is it possible for a trigger (or some other database engine) to trigger an event in another process. For example, I need the application to become familiar with certain activities (updating in a specific table with specific data), but I would prefer that this process does not check the database. Does anyone know if it is possible to trigger a trigger (or maybe a stored procedure) to create an event or other asynchronous notification mechanism in another process?
[NOTE: the recipient application is written in C # and the database is sqlite]
Typhoid
source
share