No I don't have any code although I'm sure there's plenty of websites that share VBA for reading objects that might match your drawings. I doubt there's a free all-in-one solution out there giving the huge amount of object types in CAD drawings.
However you can try this: use Autocad Architecture to open a drawing then export its properties it to MS Access then use an ODBC connection to read the tables and insert the data into SQl Server. That will take care of attributes only though. For geometries, you need to use the FDO API. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/data-porting-tp5601887p5638335.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
