Grant Posted September 29, 2013 Posted September 29, 2013 Hi I have had this problem where I need text from AutoCAD 64bit to get to MSAccess 32bit database where I have MSAccess 32bit installed. I'm sure there are other ways to do it but the method I used was to: Write a Visual lisp program to write the text to Excel and run a vb.net program by using (command "shell"). The VB.net program then grabs the info from Excel and puts it into Access. The Visual Lisp program is part of Acad so it is all 64bit. The VB.net I made is a 32bit stand alone program. (not a .dll autocad run file). This works as a one click operation for the user and it is not very complex but it does seem a bit funny doing two programs. Does anyone else have a better way? Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.