File addressdb.icn |
Interface to the address book database. Because of the implementation of the getLogin() procedure, found in addressgui.icn, this probably won't work under Windows.
Note that the addressbook database must be created manually before using this code. See the comments on the AddressDB class definition.
Author: Steve Wampler (sbw@tapestry.tucson.az.us)
This file is in the public domain.
This file is part of the addressbook package.
Source code.Details |
Records: |
address(name, address, email, phone, company, misc, category)
A record whose field names match the column names in the addressbook DB. Used internally.