Click here to Skip to main content
15,798,200 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi
i have developed a windows form application with sql database using visual studio 2017. i would like to deploy the system to two client pc but have both use one database which in this case can be on one of the clients pc. They are networked together. how can i achieve this?


What I have tried:

i haven't tried anything yet thus posting the question.
Posted
Updated 29-Nov-17 3:04am

A similar question has been answered here - how to share database between two computers[^]
 
Share this answer
 
Install SQL server on one of the client machines, and deploy your database to that.
Provided you wrote your application properly, all you should have to do is change the connection string in the configuration file for you app on both machines and it should "just work" as it did in development.

Make sure your client is aware of the need to backup the machine regularly.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900