I'm migrating a Desktop Add-in to ArcPro.
The code opens an .mdb file using adodb and reads and writes to it.
I can't get any of the COM Microsoft ActiveX Data Objects (adodb) libraries to work with the 'ArcGIS Pro Module Add-in' template. I get the same error with all versions when I try to open my connection:
"Provider cannot be found. It may not be properly installed."
Changing the ADODB --> 'Embed Interop Type' property to 'No' doesn't help either. I still get the same error.
Any ideas how I can open an mdb (or even an accdb) file using the ArcGIS Pro sdk?