This is a recent question, but it refers to .Net Core 3.1.
Does the latest .NET 6 include System.Data.OleDb for non-windows platforms, maybe?
I cannot find a clear answer on web, only this NuGet package.
The only solution is to have a try...
Is there a alternative for Microsoft.Jet.OLEDB.4.0 for 64bit Linux OS?

Sandesh Mainali
1
Reputation point
I have one application writtern in .NetCore 3.1 where it reads flatfile and convert it in .mdb file using Microsoft.Jet.OLEDB.4.0. Now I am trying to deploy this application in 64 bit Linux container and my application is throwing error "System.Data.Oledb is not supported on this platform."
Has Microsoft provided any alternative for Microsoft.Jet.OLEDB.4.0 so we can run it in 64bit Linux container?
1 answer
Sort by: Most helpful
-
jeanie77 1 Reputation point
2022-01-25T15:13:46.333+00:00