Real time SQL database updates between multiple VB.NET clients

Posted by Marcel on Stack Overflow See other posts from Stack Overflow or by Marcel
Published on 2010-05-31T11:22:12Z Indexed on 2010/05/31 11:33 UTC
Read the original article Hit count: 345

Filed under:
|
|
|
|

Hi,

I hope somebody can help me out on this question.

I'm using a SQL database and I'm writing a VB.NET client application. This application is used on multiple computers at the same time. If one of the clients makes an update to the database I would like to have the other clients to be aware of the update.

Has ony one already done this before?

Thank you very much!

Marcel

© Stack Overflow or respective owner

Related posts about sql

Related posts about vb.net