This directory contains a translation of an
orcale example program to gnu embedded sql for Ada.
The following modifications have been done:

- all host variables are moved into the declare
  section.
- the SQLCA named oracle has been changed into
  the GNU default SQLCA. 
- The Connection paramters have to be changed
- Conversion routines between strings and char
  have to be inserted. 
