I have a Dataset that contains 10-12 tables. I want to export that dataset to Access in .Net Core but facing some issue. Can anyone please help me on that.
I had tried to use OleDbConnection but getting the error like System.Data.Oledb is not supported on this platform. Also tried to use OdbcConnection but getting the same error like System.Data.Odbc is not supported on this platform. Although I found some suggestion to degrade the framework but It's not possible for me to degrade the framework as it is going to effect other functionality in the project. The .Net Framework I am using is 5.0.