Click here to Skip to main content
15,901,001 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear all,
Please help me solve a problem.
I need to write a C# application which can connect to any database(sqlServer, Oracle etc), which can be done using ODBC.
Next comes the million dollar question.
Is there any methods to notify the user that a particular table in the DB is changed?

Thanks in advance,
Aravind K R
Posted
Comments
RaviRanjanKr 14-Oct-11 4:10am    
hey! Don't try to post your Comment as Answer. you can use Have question or Comment at bottom of any answer to drop your comment.

1 solution

Refer to the following link, it explains in details how to get change notification from database
Developing Applications with Database Change Notification[^]. This is not a generic implementation, mostly specific to Oracle.
 
Share this answer
 
Comments
RaviRanjanKr 14-Oct-11 4:09am    
Comment by Aravind K R
Dear Vivek,
Thank you for the response. I konw how to handle it in Oracle with Change Nofification and in SQL with SQLDependency class. But what I want is a generic implementation technique.

Regards
Aravind K R
aravindkrgec 17-Oct-11 2:01am    
Thanks Ravi for correcting me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900