TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: jawf on May 24, 2004, 01:56:50 AM

Title: Talking to an Access database via Lisp
Post by: jawf on May 24, 2004, 01:56:50 AM
I am needing to use Lisp to get info from an external MS Access database. Can anyone point me in the right direction with code, suggestions, reading material, etc? I know that I can use VB to get there, but I would rather not go that way.  Thanks.
Title: Talking to an Access database via Lisp
Post by: SMadsen on May 24, 2004, 04:48:46 AM
Jawf, try have a look at Jon Fleming's ADOLISP library at fleming-group.com (http://www.fleming-group.com/ConsultingIndex.htm). He's written some cool database tools (among other neat stuff).
Title: Talking to an Access database via Lisp
Post by: Kerry on May 24, 2004, 04:56:42 AM
This is Probably the definitive work.
http://fleming-group.com/ConsultingIndex.htm

ADO – LISP Library (ADOLISP)
ADO-AttDB

By Jon Fleming
The Fleming Group


Plus the Visual Lisp Developers Bible by David Stein
Davids old web site is closed, but someone here may have a link to an archive. .. If not, just yell and I will see mark about posting the document here for a few days.

regards.Kerry
Title: Talking to an Access database via Lisp
Post by: Kerry on May 24, 2004, 04:57:50 AM
Note to self ..
preview before posting

.. again

hi Stig. !
Title: Talking to an Access database via Lisp
Post by: SMadsen on May 24, 2004, 05:49:23 AM
Heh, hi Kerry
I'm sure Jon Fleming won't mind multiple referrals ... of the nice kind
Title: Talking to an Access database via Lisp
Post by: jawf on May 24, 2004, 06:51:41 PM
Thanks to all, I have found the info and I am attempting to "get into it".  Thanks again!