Can a listener tell you when a database changes?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Kieren Bradley
el 2 de Feb. de 2018
Comentada: Kieren Bradley
el 25 de Jun. de 2018
I wish to have a database that is accessed by multiple users and have a figure that will update a graph when another user changes the database. Can a listener be attached to a database object to tell when a particular table has been altered?
0 comentarios
Respuesta aceptada
Arpan Badeka
el 22 de Jun. de 2018
Hello Kieren
There is no specific way to achieve this. But what you can do is, have a timestamp column in the database table for which you want to keep the track and a trigger on insert and update that updates this row to now. Have a cron job running which is fetching the count based on the timestamp and updates the graph accordingly.
Thanks,
Arpan Badeka
Más respuestas (0)
Ver también
Categorías
Más información sobre Database Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!