*******************************************************************
Chapter 3; Embedded-SQL
Oracle Programming -- A Primer
by R. Sunderraman
*******************************************************************

This directory contains the following files:

(1) mo.pc          Pro*C program for MailOrder Database.

(2) recursive.pc   Pro*C program for recursive query.
(3) recursive.sql  SQL script for recursive query
                   (This must be executed before running the 
                    Pro*C program).

(4) dsql1.pc       Pro*C program for dynamic update using
                   EXECUTE IMMEDIATE statement.

(5) dsql2.pc       Pro*C program for dynamic update using
                   PREPARE and EXECUTE USING statements.

(6) dsql3.pc       Pro*C program for dynamic query

*******************************************************************

