HPlogo ALLBASE/SQL Reference Manual: HP 3000 MPE/iX Computer Systems > Appendix C Sample DBEnvironment

STARTDBE Command File

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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

   

   START DBE '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';
Feedback to webmaster