How to notify table-data change to a client program?

Posted by JMSA on Stack Overflow See other posts from Stack Overflow or by JMSA
Published on 2010-04-27T20:13:47Z Indexed on 2010/04/27 20:43 UTC
Read the original article Hit count: 229

Filed under:
|

Suppose I have an application that access data resident in a central DB server and more than one user access data from client machines networked with the DB server.

Suppose two client machines are running a copy of the application and two users are accessing the same DB table.

How can I automatically refresh the data on the GUI, that is being viewed by one client, as soon as a change is made by another client in the DB table-data?

Which technology should be used to solve this particular scenario in .net?

WCF?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET