My colleagues, and good folks from down under, have identified that they have a requirement to be able to integrate and work more efficiently with MapInfo data. It seems MapInfo is a widely used data format in many organizations throughout Australia.
Now, AutoCAD Map has long been able to Import and Export MapInfo mif/mid files, and in recent versions, .tab files. But, besides the fact that we are creating a new silo of data, or another copy of the data, we also know that import and export processes are never 100% complete.
So what are our options then for working with MapInfo data in AutoCAD Map 3D?
I don’t see an ‘Add MapInfo Connection’ in my AutoCAD Map 3D?
Well, thanks to the FDO Open Source community, there is an open source FDO provider called OGR. The OGR Provider provides read/write access to dozens of vector formats, including MapInfo.
To implement this functioning in AutoCAD Map (and MapGuide for that matter) you must first download the provider, and then install and configure it for your application: AutoCAD Map 3D, or MapGuide. The Provider downloads can be found here. Simply choose the link for the FDO version you are currently using, and download the appropriate provider.
Let’s use my install of AutoCAD Map 3D 2010 as an example:
Download the Windows Binary OGR Provider for the 3.4.1 version of the FDO Providers. The zip file will contain the OGRProvider.dll file. Ensure tht AutoCAD Map is not running and move the OGRProvider.dll into the following folder:
C:\Program Files\AutoCAD Map 3D 2010\FDO\bin
Next, the Providers.xml file, in the same folder, needs to be modified by adding the following snippet:
<FeatureProvider>
<Name>OSGeo.OGR.3.4</Name>
<DisplayName>OSGeo FDO Provider for OGR </DisplayName>
<Description>OGR Provider</Description>
<IsManaged>False</IsManaged>
<Version>3.4.0.0</Version>
<FeatureDataObjectsVersion>3.4.0.0</FeatureDataObjectsVersion>
<LibraryPath>OGRProvider.dll</LibraryPath>
</FeatureProvider>
Restart AutoCAD Map 3D and you should see the new OGR provider listed in the Data Connect window.
Simply provide the path and filename of the MapInfo file you wish to connect to, click Connect:
Then Add To Map.
And you should be off and running…

*** Caveat ***
Updating of files is NOT currently supported.
IOW, files can only be accessed in READ-ONLY mode.
*** Potential Workaround ***
So, if you need to be able to actually edit the data, one workaround might be to Bulk Copy the data to another FDO Feature Source like: SDF, SHP, etc.
I know, I know, I’m contradicting what I said earlier about avoiding ‘creating data silos’… Unfortunately, we’re not living in a perfect world… Yet… 
I hope you’ve found this helpful, and if you have any questions or comments on this or other items, don’t hesitate to drop me a note.
Until next time,
Take care
Warren M