A family of Microsoft relational database management systems designed for ease of use.
Hi Ryan Lv MSFT , Thank you so much for your assistance
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
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.
Hi Ryan Lv MSFT , Thank you so much for your assistance
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
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
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,
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
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