question

SandeshMainali-8920 avatar image
0 Votes"
SandeshMainali-8920 asked jeanie77-7436 edited

Is there a alternative for Microsoft.Jet.OLEDB.4.0 for 64bit Linux OS?

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?

dotnet-ad
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

jeanie77-7436 avatar image
0 Votes"
jeanie77-7436 answered jeanie77-7436 edited

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...

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.