Pregunta

how can we run our c# form application on LAN based Connect PC?

¿Fue útil?

Solución

I think you want to mirroring your database across the LAN, if so, I suggest that you should try to make a central database and connect to it from your client by LAN connection, any change to the database now can be read instantly from other machine.

Or, notify clients each time a record is changed on server.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top