home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05115.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  377 b   |  7 lines

  1. For many reasons, such as data validation and security, database
  2. management systems have an interface through which the users pass
  3. requests to enter or extract information.  Users learn how to use
  4. the interface, and often are not concerned about the actual
  5. structure of the database.  There are many advantages to using a
  6. class or set of classes to implement a database.
  7.