Visual LISP, AutoLISP and General Customization
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Export drawing attributes to a MySQL server

1 REPLY 1
Reply
Message 1 of 2
MstrMatt
395 Views, 1 Reply

Export drawing attributes to a MySQL server

My problem: I need to extract attributes from CAD files and export the data into MySQL type databases in order to compare the CAD data with other database data. Ideally the task needs to be done with a routine script that processes large sets of CAD files and data. 

 

I would like to know:

  • Can this be done?
  • Whats the best way to script this or code this with an API?
  • Has anyone done anything similar before?
  • Is there a way to run this script on a server machine without AutoCAD installed? (Not that I'm trying to avoid using AutoCAD in general, of course the program was used to create the files, it just seems silly to install it on a server for one task)
  • Is this script relatiavely simple, or would it require large amounts of time and/or an expert?

Thank you, any leads would be appreciated. 

1 REPLY 1
Message 2 of 2
fenton.webb
in reply to: MstrMatt

I'd recommend using .NET to do what you want, in particular, you should use the DataExtraction API.

 

The only way to do what you want without AutoCAD being installed is to license the RealDWG technology, however, that doesn't support the DataExtraction API. So you would need AutoCAD installed. We don't support running AutoCAD on a server, but that doesn't mean that it doesn't work.




Fenton Webb
AutoCAD Engineering
Autodesk

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

”Boost