D
Dino Buljubasic
Hi,
How can I update my client imediatelly if database info has changed?
Example 1.
Clinet A (win forms app in C#) has displayed on its form data
retrieved from database (SQL Server).
Client B adds new info or edits existing info of data displayed on
Client A. How can this change be immediatelly updated on Client A
form?
Example 2.
How to stop client B from deleting data that is already displayed on
client A win form?
Any help will be appreciated.
_dino_
How can I update my client imediatelly if database info has changed?
Example 1.
Clinet A (win forms app in C#) has displayed on its form data
retrieved from database (SQL Server).
Client B adds new info or edits existing info of data displayed on
Client A. How can this change be immediatelly updated on Client A
form?
Example 2.
How to stop client B from deleting data that is already displayed on
client A win form?
Any help will be appreciated.
_dino_