Hello everyone! This is my first post on DaniWeb.
Recently I have been working on a chart tracking system that utilizes MSSQL for a doctors' office. Now that I have finished it, I need a good way to deploy it across 50-100 computers in the office. The program will certainly need to be upgraded in the future, so changing the program should be an easy task to do. I tried changing the server field in the connect string to local, and was able to run the program on the server computer. When I tried to share the file and run it on another computer, the program failed to connect. Running one copy of the program from the network would be the best option, rather than using some sort of script to install the program on all the computers. If the only option is the latter, though, it would be fine. So what do you guys suggest that I do?
Thanks in advance,
Cory Walker