guest2013-1
guest
- Joined
- Aug 22, 2003
- Messages
- 19,800
- Reaction score
- 13
How would you approach a small cluster of users working on a program, that when 1 updates a record it immediately reflects on the others, almost notifying them that this record has changed by user xyz?
I'd like to avoid having to use the sync framework or write my own conflict resolution scripts.
Is there a way for the sql db to tell a client to refresh it's data? Or is polling my only other option?
I was thinking of maybe having the client's broadcast to each other that record xyz changed and then update with the changes without hitting the db. Or even giving specific records to specific users responsible for editing them and not letting anyone else edit those records except maybe an admin?
Any idears?
I'd like to avoid having to use the sync framework or write my own conflict resolution scripts.
Is there a way for the sql db to tell a client to refresh it's data? Or is polling my only other option?
I was thinking of maybe having the client's broadcast to each other that record xyz changed and then update with the changes without hitting the db. Or even giving specific records to specific users responsible for editing them and not letting anyone else edit those records except maybe an admin?
Any idears?