home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / dbtools.pak / README.TXT < prev    next >
Encoding:
Text File  |  1995-08-24  |  1.5 KB  |  40 lines

  1. DEMO SUMMARY
  2.  
  3. These demos show examples of:
  4.  
  5.    An example database MDI application (DBBROWSE.DPR)
  6.    An example database popup application (SQLMON.DPR)
  7.  
  8.    An example of how to derive new database components
  9.    for the Borland Database Engine system tables (BDETABLES.PAS)
  10.  
  11.    An example of how to use the database error stack available
  12.    in the VCL exception class EDbEngineError.  This exception is
  13.    raised when a Borland Database Engine error occurs (DBEXCEPT.*)
  14.  
  15. INSTALLING THE REQUIRED DEMO COMPONENTS
  16.  
  17. To view the projects in this directory, you must install the demo
  18. components within BDETABLE.PAS into COMPLIB.DCL.  You may want to
  19. create a copy of COMPLIB.DCL to install the demos into, and make that
  20. copy the current Delphi component library.
  21.  
  22. To install the demo components and create a COMPLIB.DCL copy:
  23.  
  24.    (1) Select Options - Install Components...
  25.  
  26.    (2) Enter the full path to the new demo COMPLIB.DCL as the library
  27.        filename.  It does not have to already exist.
  28.  
  29.    (3) Add the demo directory containing BDETABLE.PAS to the search
  30.        path, making sure that the Delphi library path is on the
  31.        search path as well.
  32.  
  33.    (4) Select Add..., and type in the full path to BDETABLE.PAS as
  34.        the module name.  Click the OK button on the Add Module dialog.
  35.  
  36.    (5) Click the OK button on the Install Components dialog.  Delphi will
  37.        build the new COMPLIB.DCL at the location specified in step (2),
  38.        and make it the new component library.
  39.  
  40.