I am trying to connect my new Project (ASP.Net Core Framework) with Access Database
.
What do I need to enter into: appsettings.json -> \"Conne
From this link : https://blogs.msdn.microsoft.com/dotnet/2016/11/09/net-core-data-access/
What about OLE DB?
OLE DB has been a great way to access various data sources in a uniform manner, but it was based on COM, which is a Windows-only technology, and as such was not the best fit for a cross-platform technology such as .NET Core. It is also unsupported in SQL Server versions 2014 and later. For those reasons, OLE DB won’t be supported by .NET Core.