ontsjc
Technical User
- May 17, 2000
- 113
Hi,
I've been tasked to write a program that will allow project managers to track progress on projects through mannually inputed status updates. This isn't a huge problem. The issues is not all users are in the same location and our WAN connections between offices are very slow. I'm curious if anyone might be able to suggest a workaround. It is totally impractical to have a application on a desktop in one location access a data table stored on a machine in another. Also, hosting the application via web with an html interface is out, IT won't allow it.
My thought was to have the remote program access the data tables at start up and move the data to the local machine and then updating the main tables when the user is done and closes the application. Thus limiting the slow transfer time to the beginning and end of the session. However, this has obvious draw backs, such as not being able to institue record locking and the like.
Any thoughts would be apprciated.
I've been tasked to write a program that will allow project managers to track progress on projects through mannually inputed status updates. This isn't a huge problem. The issues is not all users are in the same location and our WAN connections between offices are very slow. I'm curious if anyone might be able to suggest a workaround. It is totally impractical to have a application on a desktop in one location access a data table stored on a machine in another. Also, hosting the application via web with an html interface is out, IT won't allow it.
My thought was to have the remote program access the data tables at start up and move the data to the local machine and then updating the main tables when the user is done and closes the application. Thus limiting the slow transfer time to the beginning and end of the session. However, this has obvious draw backs, such as not being able to institue record locking and the like.
Any thoughts would be apprciated.