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
 General SQL Server Forums
 New to SQL Server Programming
 Lan Application with MSSQL database

Author  Topic 

alinutzu
Starting Member

1 Post

Posted - 2014-11-03 : 10:40:16
Hi. My application is a multiuser application with MSSQL database (Visual Studio app). What I want is to change a field in a table (with my app, winform app) and this field appear automatically changed on another pc (same application). It is possible ? How ? Both computers have the same software and connects to the same sql server.

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-11-03 : 11:00:32
You will need to code your application to refresh the data, either on a timer basis (say,every few minutes or whatever you like).
Go to Top of Page
   

- Advertisement -