MS Access Database in .NET Core

Viewed 1182

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?

1 Answers
Related