A family of Microsoft relational database management systems designed for ease of use.
Make sure the the 'reconnect' option box is unticked if you use the GPO drive map option. That will definitely fix it, did for me.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have an application which was working okay till last month. But after the last windows update our clients are getting issues with access database. access database got corrupted. We ran compact and repair. But it still getting corrupted again and again. This issue started right after the window update. clients are on different OS. Like server 2018, server 2012 and windows 10.
Is there anything i have check in new windows update or any other step to prevent database corruption?
A family of Microsoft relational database management systems designed for ease of use.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more
Make sure the the 'reconnect' option box is unticked if you use the GPO drive map option. That will definitely fix it, did for me.
I tried this out and still getting corrupted back end tables
I had this same problem running our database over a mapped drive or UNC path from our server (SBS2011) after introducing Windows 10 machines and a new Server 2016. Randomly the database would corrupt or crash when using it. I scoured the logs and found it coinciding with group policy refreshing in the back ground. To test the theory i opened the database and ran 'gpupdate /force' hey presto, corrupt and crashed database. It wouldn't corrupt all the time mostly crash. So I used group policy to 'turn off background refresh'........worked a charm.
- Hold down the Windows Key and press “R” to bring up the Run command box.
- Type “gpedit.msc“, then press “Enter“.
- In the “Local Computer Policy“, go to “Computer Configuration” > “Administrative Templates” > “System” > “Group Policy“.
- Open the “Turn off background refresh of Group Policy” setting.
- Set this setting to “Enabled“, then select “OK“.
Hope this helps someone.
Has anyone tried this out ?
Thanks Mark
Thats really helpful
I got this to work in ’Inno setup’ by creating a section in the setup file for [Registry] settings.
Much handier than running a batch file.
Is the consensus that these registry changes method is the unofficial fix?
Has anyone had a failure with this option especially with VB code rather than an Access frontend?
My VB6 program install file will include the new registry modifications and
I will be testing this with users from this Monday onwards. I will post updates as I progress.