Change notification Best Practice?
Posted by: Massimo Cicognani
Date: June 23, 2009 08:16AM

Hi everybody,
it's a while I'm developing with C# and MySQL NET connector, but I've never found a solution for a requirement that I believe is very common.

Is there a way to implement something like a Change Notification Service usually found on other RDBMs?

I'd like to being notified by the server itself that something on the server has changed, at row-level if not at column-level...
I'd like to stop checking at time intervals to refresh data grids and I'm almost there to start developing a peer-to-peer notification system to allow my client applications to notify each other if some changes occured.
Maybe there is something faster and better to use?

Thank you,

Max

Options: ReplyQuote


Subject
Written By
Posted
Change notification Best Practice?
June 23, 2009 08:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.