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

Sandesh Mainali 1 Reputation point
2021-02-18T04:29:15.943+00:00

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?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,395 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. jeanie77 1 Reputation point
    2022-01-25T15:13:46.333+00:00

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

    0 comments No comments