Message 1 of 12
Getting Data from an Access Database

Not applicable
03-28-2016
12:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi All,
I'm working on a new program for creating a part that I have to create pretty often. One of the things my program will do is search for an existing part based on input. I have come up with an access database that has 2 tables, 1 for Galvanized Parts and 1 for Weathering Parts. Is it possible to have LISP look at the database and see if a part matches the information required? If it is possible, how would I go about getting the information from Access into LISP? If it isn't possible, is there another way I could do this? Currently my tables have 11 columns in them, but as I write the program I may find I need other pieces of information that I haven't though of yet so it could end up with more columns.