   =========================================================================
                        M I C R O   F O C U S

                   S E R V E R   E X P R E S S  5.0
   =========================================================================

                                  STATIC DEMO
                                  ===========


   TABLE OF CONTENTS
   =================

   INTRODUCTION
   SOURCE FILES

   INTRODUCTION
   ============

   The file static.cbl is an OpenESQL demonstration program that 
   shows how to use basic SQL functions from COBOL.  It 
   demonstrates the use of INSERT, UPDATE, DELETE, SELECT INTO and
   SELECT using a cursor. It also shows the use of COMMIT and
   ROLLBACK.

   The program expects that a table called 'EMP' exists on the
   database you are connecting to. Scripts are provided to create
   this table on different database engines in the odbc/demo
   directory under $COBDIR. If you use the odbc.ini file supplied
   with Server Express, a sample Dbase database is already setup.
   To use this database when you run the program, enter 'SampleDbase'
   when prompted to enter a data source name and leave the user name
   and password blank.
   
   For ease-of-use, this program may be examined and executed using
   the INFOMGR facility provided with this product.

   For more information, please consult the Database Access book in 
   your product documentation.

   SOURCE FILES
   ============

   static.cbl

   =========================================================================
   Micro Focus is a registered trademark of Micro Focus International Ltd.
   Server Express is a trademark of Micro Focus International Ltd.
   =========================================================================
   Copyright (C) 1999 Micro Focus International Ltd.

