MS Access Database in .NET Core
Asked Answered
L

1

8

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?

Laboratory answered 24/5, 2017 at 17:33 Comment(1)
Hello did you ever find a solution to this?Bellicose
L
1

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.

Lubricator answered 25/11, 2018 at 23:32 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.