I'm trying to make ArcGIS Pro Communicate with Microsoft Access 2013. Is there ArcGIS Pro SDK for VB6? I would want to be able to open ArcGIS through VBA.
I've attempted grabbing data from MS Access 2003 to display in a Form within ArcGIS Pro, and cannot get it to work. In ArcMap 10.2, no problems. I'm not totally sure why, but I think it's an issue with 32 bit office and 64 bit ArcGIS. Once I upgraded Access to the latest version, Access 365, then things started to work again.
I think VB6 support within esri software ended at ArcMap v9.
Thank you for your reply Brian. Can you link the download for the VB6 dll? I'm still new to ArcGIS and trying to find all the resources.
Ummmm....not quite sure what you are asking for. If all you want to do is open the application from MS Access using VBA, then you could try something like this:
https://www.techonthenet.com/access/modules/other_app.php
There is no VB6 dll for ArcGIS Pro.
Currently at 2.3, the ArcGIS Pro SDK is supported with Visual Studio 2015 and 2017, using C# and VB.NET. At 2.4, new support for Visual Studio 2019 will be available. Installation guide: https://github.com/Esri/arcgis-pro-sdk/wiki/ProGuide-Installation-and-Upgrade
Hi, I am trying to do something similar, that is communication between Microsoft Access 365 and ArcGis Pro (via the VBA / ActiveX / Com interface, also called Remoting). Did you find any solution for this?