HPlogo ALLBASE/SQL Reference Manual > Appendix C Sample DBEnvironment

STARTDBE Command File

MPE documents

Complete PDF
Table of Contents
Index

E0300 Edition 9 ♥
E0399 Edition 8
E0897 Edition 7


  /* This file creates the PartsDBE DBEnvironment with
     MULTI user mode and dual logging. */

  START DBE 'sampledb/PartsDBE' MULTI NEW
        DUAL LOG,
        TRANSACTION = 5,
        DBEFILE0 DBEFILE PartsDBE0
            WITH PAGES = 150,
            NAME = 'PartsF0',
        LOG DBEFILE PartsDBELog1 AND PartsDBELog2
            WITH PAGES = 256,
            NAME = 'PartsLG1' AND 'PartsLG2';




Listings of ISQL Command Files


CREATABS Command File