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?