home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / database / tdb / demo / addon02a.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1992-05-31  |  775 b   |  22 lines

  1. { ──────────────────────────────────────────────────────────────── }
  2. {               TESTPROGRAMM TDB-PROTOTYPEN-GENERATOR              }
  3. { ──────────────────────────────────────────────────────────────── }
  4. {       (c)  1992  by  Aurora  featuring  M.J. Schwaiger           }
  5. { ──────────────────────────────────────────────────────────────── }
  6. {     History:                                                     }
  7. {  Datum     / Bearb. / Art                                        }
  8. {  9. 4.1992    MS       Interface-Festlegung, Implementierung.    }
  9. { ──────────────────────────────────────────────────────────────── }
  10.  
  11. PROGRAM ProtoTst;
  12.  
  13.   USES
  14.     CRT,
  15.     Prototyp;
  16.  
  17.   BEGIN
  18.     CLRSCR;
  19.  
  20.     CreatePrototypeDB ('AddOn02b');
  21.   END. { PROGRAM ProtoTst }
  22.