Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello, please i have 3 computers clients, in each one the same program, and a database in the host, and for example one of the clients made a change in the database, i want the 3 clients's datagridview to refresh automaticly, is this possible ?
thank you
Posted

1 solution

When one client makes a change it'll have to communicate to the other clients that they have to update. Have a look at this:
http://anoriginalidea.wordpress.com/2007/08/09/simple-inter-process-communication-in-vbnet/[^]
 
Share this answer
 
Comments
thatraja 14-Aug-11 1:21am    
Fine answer, 5!

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