I must read a MS Access in my ASP.NET Core application. The problem is, that OleDb is no longer supported in .NET Core. Is there another way to work with a MS Access database?
You can use ODBC. Install the System.Data.Odbc nuget. For windows you might need to install the MS Access Database Engine Redistributable 2010 from https://www.microsoft.com/en-us/download/details.aspx?id=13255 For *nix and Mac use MDBTools You can see my blog post at https://mrojas.ghost.io/msaccess-in-dotnetcore/ for an step by step guide.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With