home *** CD-ROM | disk | FTP | other *** search
- DEMO SUMMARY
-
- These demos show examples of:
-
- An example database MDI application (DBBROWSE.DPR)
- An example database popup application (SQLMON.DPR)
-
- An example of how to derive new database components
- for the Borland Database Engine system tables (BDETABLES.PAS)
-
- An example of how to use the database error stack available
- in the VCL exception class EDbEngineError. This exception is
- raised when a Borland Database Engine error occurs (DBEXCEPT.*)
-
- INSTALLING THE REQUIRED DEMO COMPONENTS
-
- To view the projects in this directory, you must install the demo
- components within BDETABLE.PAS into COMPLIB.DCL. You may want to
- create a copy of COMPLIB.DCL to install the demos into, and make that
- copy the current Delphi component library.
-
- To install the demo components and create a COMPLIB.DCL copy:
-
- (1) Select Options - Install Components...
-
- (2) Enter the full path to the new demo COMPLIB.DCL as the library
- filename. It does not have to already exist.
-
- (3) Add the demo directory containing BDETABLE.PAS to the search
- path, making sure that the Delphi library path is on the
- search path as well.
-
- (4) Select Add..., and type in the full path to BDETABLE.PAS as
- the module name. Click the OK button on the Add Module dialog.
-
- (5) Click the OK button on the Install Components dialog. Delphi will
- build the new COMPLIB.DCL at the location specified in step (2),
- and make it the new component library.
-
-