lifesupport
Programmer
I have an application that is originally built for a single user and operates as a single instance. This app is able to share data over a network as long as the app itself is installed on each individual PC. Also on each individual PC are smaller temp tables that save the user's selections and temp tables that crunch data. It has been requested that this app be altered so that it can be installed on the server as well and all users can use the same app as well as the same temp tables. This is difficult as the temp tables will pose problems. Does anyone have any idea on how this can be done? Are there any books/articles on this?
Thanks for your help.
Thanks for your help.