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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 how can i refresh record on another user computer

Author  Topic 

azim
Starting Member

29 Posts

Posted - 2002-08-28 : 06:37:48
how can i refresh record on another user computer
10 user open the same record no. 1-2-3-4-5
one user delete or insert or update the same records which are
already opened by the 10 users
what is the solution to refresh or requery the selected records
in front of the other usere's screen

azim

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.

Go to Top of Page
   

- Advertisement -