how would i make changes to a program where the changes occur on every computer on the local network? (ie: adding a class roster, changing options within the program, etc...)
Printable View
how would i make changes to a program where the changes occur on every computer on the local network? (ie: adding a class roster, changing options within the program, etc...)
Well, you could have one main database (or whatever you feel like storing this info in) stored on some main computer/server which, when the others need to access, they get the info from there.