home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c160 / 1.ddi / EXAMPLES / EXAMPLES.DOC < prev    next >
Encoding:
Text File  |  1990-06-21  |  1.3 KB  |  38 lines

  1.  
  2. Code Base 4.2 Examples
  3.  
  4. Here is a description of some example programs contained in this 
  5. subdirectory.
  6.  
  7.    Program        Use
  8.  
  9.    b4applic.c    This is a sample application using the browse facility.
  10.  
  11.    d4example.c    This program opens a database and displays the field
  12.                   names.
  13.  
  14.    d4simple.c     A very short program which implements data entry into
  15.                   a database, database manipulation, and a menu.
  16.  
  17.    d4small.c      A program which accesses a database and produces a 
  18.                   13.5K executable file under MSC 5.1.
  19.  
  20.    d4learn.c      A program for interactively executing the Code Base 4.2
  21.                   database management routines.
  22.  
  23.    e4browse.c     This is a generalized browse program which can be
  24.                   used to inspect and modify any database/index file.
  25.  
  26.    e4index.c      A utility program for creating an index file from DOS.
  27.  
  28.    n4pull.c       A program for creating a pulldown menu.
  29.  
  30.    u4shrink.c     This program shrinks the size of a database to
  31.                   make it consistent with its record count bytes.
  32.                   It is useful because dBASE III PLUS does not 
  33.                   always shrink a database after it is packed.
  34.  
  35.    w4example.c    Windowing, Menuing, Data Entry
  36.  
  37.    x4multi.c      A multi-user program for displaying a database.
  38.