Share via

"Microsoft Access Database Engine 2016" corrupted after installing "KB5002521 Security Update patch"

Anonymous
2024-01-16T15:29:33+00:00

I have installed "KB5002521 Security Update patch" for "Microsoft Access Database Engine 2016" and after that If I invoke the OLEDB API (OleDbConnection.open()) to access "Microsoft Access Database Engine 2016" throws error to access ".mdb" files .

Any assistance is greatly appreciated.

Microsoft 365 and Office | Access | For home | Windows

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.

0 comments No comments

10 answers

Sort by: Most helpful
  1. Anonymous
    2024-01-18T08:01:15+00:00

    Hi Ryan Lv MSFT , Thank you so much for your assistance

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-01-18T07:53:56+00:00

    Hi Sivanesan_398,

    I have reporting the issue to the team via Access in-app feedback. Hopefully they can see the feedback and prepare the fix for the issue.

    Best Regards,
    Ryan

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-01-18T06:44:04+00:00

    Hi Ryan Lv MSFT,

    since I am not able report problem in developers forum (I don't get any link where we need to provide feedback or report this problem). i request you to forward this to the concerned team

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-01-18T06:02:47+00:00

    Hi Ryan Lv MSFT,

    Yes I have uninstalled KB5002521 and verified that the functionality is working fine. To reproduce this issue on your side please follow the below steps,

    1. Install "Microsoft Access database engine 2016" (If it installed already in your system , uninstall it and install again)
    2. Update "kb5002521" patch in your system. (I have updated with mso2016-kb5002521-fullfile-x64-glb.exe)
    3. Write a sample source code to access "Microsoft Access database engine 2016" (C# code, I given sample code below)

    using System.Data.OleDb;

    OleDbConnection m_OleDbConnection;

    m_OleDbConnection.CreateCommand();

    m_OleDbConnection.ConnectionString = $"Provider=""Microsoft.ACE.OLEDB.16.0"; Data Source="your_mdb_filepath";

    m_OleDbConnection.Open(); //exception is throwing in this line after install KB5002521 patch

    @Ryan Lv MSFT, Please forward this to your concerned team

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-01-17T10:11:20+00:00

    Hi Sivanesan_398,

    I haven't seen such report in the community. Have you tried uninstall this KB5002521 to see if everything is back to normal? If so, please report to Access team via How do I give feedback on Microsoft 365? - Microsoft Support as this may be an issue introducing by this update

    To uninstall a Windows update, you can refer to How to uninstall a Windows update - Microsoft Support

    Best Regards,

    Ryan | Microsoft Community Moderator

    Was this answer helpful?

    0 comments No comments