Notification in case of data changes in SQL and Oralce

Posted by user171523 on Stack Overflow See other posts from Stack Overflow or by user171523
Published on 2010-03-26T02:13:37Z Indexed on 2010/03/26 2:23 UTC
Read the original article Hit count: 362

Filed under:
|
|

I am in the process of building a system where i need to notify a Window Service a .net based application in case of any change in the DB table (Insert , Update , Delete). I know this can be done with the ADO.NET Events in SQL. Is there any common solution for Oracle and SQL which can provide this kind of notifications. This needs to happen as and when the update happens on real time basis.

© Stack Overflow or respective owner

Related posts about ADO.NET

Related posts about sql