实现SQL(数据库)侦听器的最佳方式是什么?

时间:2021-10-28 06:46:19

What is the best way to implement a generic database which monitor a table and trigger an event(ws-event) when the table get updated. Is there any standard way to do this?

实现监视表并在表更新时触发事件(ws-event)的通用数据库的最佳方式是什么?有什么标准的办法吗?

1 个解决方案

#1


2  

I think you are looking for a database table trigger:

我认为你在寻找一个数据库表触发器:

http://www.sqlteam.com/article/an-introduction-to-triggers-part-i

http://www.sqlteam.com/article/an-introduction-to-triggers-part-i

#1


2  

I think you are looking for a database table trigger:

我认为你在寻找一个数据库表触发器:

http://www.sqlteam.com/article/an-introduction-to-triggers-part-i

http://www.sqlteam.com/article/an-introduction-to-triggers-part-i