I am using Autodesk Map 2005 and I opened a dwg file and attached an Access database (C:\temp\abc.mdb) through the menu Map->Data Source -> Configure.
Now I want to retrieve the data source (C:\temp\abc.mdb) via VBA code, but I don't know how.
I have looked at Database object and ModelSpace object; but none of them has data source property that I can use to retrieve the source of data.
Any idea?
Thank you.
Now I want to retrieve the data source (C:\temp\abc.mdb) via VBA code, but I don't know how.
I have looked at Database object and ModelSpace object; but none of them has data source property that I can use to retrieve the source of data.
Any idea?
Thank you.