sql - Notification about Database Change -
I am trying to make a scenario in which I have to run on my PC with any changes made by any user I want to update the desktop UI. For example:
- Application1 is installed on PC1, PC2 and PC3.
- Assume all PCs are running this application.
- Ask User 1 on PC1 to change the data and commits to the database
- On PC 2 and PC3 the user can change without dragging data or without data from the database. Should be updated with
Can someone suggest a way to inform my middle level service about database changes, after which I can relay it in all registered clients. Is SQL Notification Services or Service Broker informed when the table has been changed (inserted / updated / deleted)? Any suggestion would be useful
does the same way. Once the data is changed on the server, you will get a notification, you will have to check the data again to refresh your user. To use a simple implementation and add a handler to the cached exponential object object.
Comments
Post a Comment