CPGDeveloper
Board Regular
- Joined
- Oct 8, 2008
- Messages
- 189
Hi All~
I have a DB Application using an MS Access Front End/Azure SQL Back End -- each user has a copy of the .accde on their desktop. Every time there's an update to the front end, and the user elects to upgrade, I have a batch script that copies the new front end from a shared server onto their desktop, replacing their old version.
It works well -- we have about 25 users, but really only 10 or so hardcore users. As the application grows, however, the number of users is increasing rapidly.
My concern is, what happens when several people upgrade at the exact same time? I ask because today during an upgrade, for two users, it didn't take -- their new version on their desktop was inexplicably corrupt. Not a huge deal -- I manually replaced it for them.
I realize there could be many reasons for this -- but my guess is it happened because several users were upgrading at the same time. We kicked everyone out for 10 minutes and then sent out an email, letting them know a new version is ready, so I suspect at least 5 people upgraded at approximately the same time.
Any ideas?
I have a DB Application using an MS Access Front End/Azure SQL Back End -- each user has a copy of the .accde on their desktop. Every time there's an update to the front end, and the user elects to upgrade, I have a batch script that copies the new front end from a shared server onto their desktop, replacing their old version.
It works well -- we have about 25 users, but really only 10 or so hardcore users. As the application grows, however, the number of users is increasing rapidly.
My concern is, what happens when several people upgrade at the exact same time? I ask because today during an upgrade, for two users, it didn't take -- their new version on their desktop was inexplicably corrupt. Not a huge deal -- I manually replaced it for them.
I realize there could be many reasons for this -- but my guess is it happened because several users were upgrading at the same time. We kicked everyone out for 10 minutes and then sent out an email, letting them know a new version is ready, so I suspect at least 5 people upgraded at approximately the same time.
Any ideas?