I want to run my application on a network. What is better?:
1) Put the exe file in the Server and create a shortcut in each client machine.
Problem: too slow?
2) Put the exe file in each machine and configure the path of the Database for each one.
Problem: If I want to upgrate the program I need to update each machine?
Thanks
1) Put the exe file in the Server and create a shortcut in each client machine.
Problem: too slow?
2) Put the exe file in each machine and configure the path of the Database for each one.
Problem: If I want to upgrate the program I need to update each machine?
Thanks