I need to open MS Access database in .net8 app, which uses AOT compilation.
AOT compilation has some limitations, like Windows: No built-in COM.
Is there any way to read MS Access in such AOT app except to convert it to some other format?
I need to open MS Access database in .net8 app, which uses AOT compilation.
AOT compilation has some limitations, like Windows: No built-in COM.
Is there any way to read MS Access in such AOT app except to convert it to some other format?