Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
azim
Starting Member
29 Posts |
Posted - 2002-08-28 : 06:37:48
|
| how can i refresh record on another user computer10 user open the same record no. 1-2-3-4-5one user delete or insert or update the same records which are already opened by the 10 userswhat is the solution to refresh or requery the selected recordsin front of the other usere's screenazim |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2002-08-28 : 12:01:40
|
| I don't think there's anything in SQL Server you can do because you don't (normally) push data to a client, but rather the client pulls the data. So you'd have to do something in whatever your client application is, such as a timed-interval auto refresh. |
 |
|
|
|
|
|