Contents of ADO-AttDB.ZIP:

ADO-AttDB.LSP          A LISP program to drive database records from
                       block insert attributes.
ADO-AttDB-AcadDoc.LSP  A small LISP file to be placed in ACADDOC.LSP.
ADO-AttDB.MNU          An AutoCAD partial menu file.
ADO-AttDB-1615.BMP     A 16x15 bitmap used by ADO-AttDB.MNU (when
                       "small buttons" are being used).
ADO-AttDB-2422.BMP     A 24x22 bitmap used by AttDB14.MNU (when
                       "large buttons" are being used).

INSTALLATION:

If you do not already have a subdirectory of the main AutoCAD directory that 
is dedicated to customization stuff, create one.  Add that directory to the 
AutoCAD search path.  Place it _first_ on the AutoCAD search path.

The following files must be in that directory:

     ADO-AttDB.LSP
     ADOLISP_Library.LSP (from ADOLISPxxx.ZIP, may be downloaded from
                          http://www.fleming-group.com)
     ADO-AttDB.MNU
     ADO-AttDB-1615.BMP
     ADO-AttDB-2422.BMP

SETUP:

Edit ADO-AttDB.lsp.  After the boilerplate at the beginning, there is a global 
data structure with lots of comments.  I hope the comments explain what you 
have to change.

IF you already have an ACADDOC.LSP file somewhere, use a text editor to add the 
contents of ADO-AttDB_AcadDoc.LSP to the end of the existing ACADDOC.LSP.

IF you do NOT already have an ACADDOC.LSP file somewhere, rename
ADO-AttDB_AcadDoc.LSP as ACADDOC.LSP and place it in the same directory as
ADO-AttDB.LSP.

USAGE:

Close AutoCAD.  When you re-start AutoCAD, you should have a button for 
updating the database.  Even if the button doesn't appear, you should be able 
to test the connection by typing, at the AutoCAD "Command:" prompt:

     ado-attdb


