I am responsible for the development and maintenance of a multi-site multi-user access/access database environment. Typically we have at site:
Back End Database (Site Specific) (MULTIPLE INSTANCES)
Front End Database (Generic Application)
Typically I will update the application and then roll-out to the sites (Via a PC-Anywhere transfer). Time consuming as we have 20 sites and the application is 8Mb in size.
We normally have a copy of the application for each back end database which we manually have to link (via either the standard Microsoft Popup box or from a datasource text file that is stored locally).
Each user will logon daily and via their login script receive a fresh copy of the application (helps manage bloat!).
Some sites may have 5 or 6 back end databases which require linking, and so finally to the question.
Does anyone have any idea how I can improve the performance of either:
Linking tables - I already have code for this which connects and then links the table. Performance of this can range from slow to painful if other users are connected to the back-end database.
Or
Storing paths/filenames in the application so when transfered to the server it will create copies of the application and relink automatically to the correct sources?
Thanks for any ideas
Back End Database (Site Specific) (MULTIPLE INSTANCES)
Front End Database (Generic Application)
Typically I will update the application and then roll-out to the sites (Via a PC-Anywhere transfer). Time consuming as we have 20 sites and the application is 8Mb in size.
We normally have a copy of the application for each back end database which we manually have to link (via either the standard Microsoft Popup box or from a datasource text file that is stored locally).
Each user will logon daily and via their login script receive a fresh copy of the application (helps manage bloat!).
Some sites may have 5 or 6 back end databases which require linking, and so finally to the question.
Does anyone have any idea how I can improve the performance of either:
Linking tables - I already have code for this which connects and then links the table. Performance of this can range from slow to painful if other users are connected to the back-end database.
Or
Storing paths/filenames in the application so when transfered to the server it will create copies of the application and relink automatically to the correct sources?
Thanks for any ideas