mhowlin
Guest
|
Posted:
Wed Apr 06, 2005 9:02 am Post subject:
In your opinion |
|
|
hi guys and gals, i have a task to code up a button that will pass information from a drawing through an access template into a db file, the real problem is which would be easiest to use vb , visual lisp, auto lisp (etc) i dont have much experience with much of these but i should be able to pick it up ok. right?
|
|
Jon Fleming
Guest
|
Posted:
Wed Apr 06, 2005 1:53 pm Post subject:
Re: In your opinion |
|
|
In addition to any replies you might receive or already received, you may find more
information or responses by posting future connectivity related questions in the
following discussion group:
Web browser: <http://discussion.autodesk.com/forum.jspa?forumID=16>
Newsreader: <news://discussion.autodesk.com/autodesk.autocad.connectivity>
All other things being equal, VBA is probably the easiest. There are examples using
ActiveX Data Objects (ADO) (and the older and not-recommended Data Access Objects
[DAO]) in the newsgroup noted above and in the autocad.customization.vba newsgroup,
such as
<http://groups-beta.google.com/group/autodesk.autocad.connectivity/msg/303cf19aa80c208b
| Quote: | (or <http://tinyurl.com/6xck9>).
|
It's fairly straightforward to do in LISP also, if you use my ADOLISP library from the
download page at http://www.fleming-group.com.
It's a good idea to do it with SQL ... you probably don't need to be an SQL expert to
just insert information. There's several examples in the documentation and examples of
ADOLISP.
There's lots of ADO documentation; see
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/dasdkadoov
erview.asp> (or <http://makeashorterlink.com/?S33A25952>) and
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdmscadoco
deexamplesinvisualbasic.asp> (or <http://tinyurl.com/48uv6>) and
<http://www.devguru.com/Technologies/ado/quickref/ado_intro.html>.
--
jrf
Autodesk Discussion Group Facilitator
Please do not email questions unless you wish to hire my services
In article <2876448.1112774208214.JavaMail.jive@jiveforum1.autodesk.com>, Mhowlin
wrote:
| Quote: | hi guys and gals, i have a task to code up a button that will pass information from
a drawing through an access template into a db file, the real problem is which would
be easiest to use vb , visual lisp, auto lisp (etc) i dont have much experience with
much of these but i should be able to pick it up ok. right?
|
|
|