Database access requires two kinds of information:
Our example database program takes queries of the form:
(QUERYDB < database> < condition> < action> )The condition and action are Lisp code: if the condition is true, the action is executed and its result is collected. Both the condition and action can access fields of the current database record using the call:
(GETDB (QUOTE < fieldname> ))
Contents    Page-10    Prev    Next    Page+10    Index