Connecting to an encrypted Access database after changing the Encryption Method

谁说我不能喝 提交于 2020-01-17 04:57:26

问题


Based on Accessing Password Protected MS Access file from excel, I should be able to go to Options > Client Settings and set the Encryption Method to "Use Legacy Encryption" and then be able to connect to my encrypted database through Excel Data Connections. However, when I do this, I still get prompted for the password repeatedly and eventually have to hit Cancel (and thus get no connection).

I am using Excel 2010 and Access 2010. My database is encrypted and has linked tables (as well as many queries, forms, reports, macros and VBA code).

Can anyone help me solve why this isn't working?


回答1:


Changing the "Encryption Method" setting for a database in the Microsoft Access settings does not automatically re-encrypt the file with the new encryption method. You must un-encrypt and re-encrypt the file for the new encryption method to take effect.



来源:https://stackoverflow.com/questions/33045868/connecting-to-an-encrypted-access-database-after-changing-the-encryption-method

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!