This directory contains a code example taken
from Oracle. The intention is to provide a 
migration handbook containing migration hints.

This files lists the changes which have been done 
to the original file:

- The procedure has to be placed into a package
  because esql handles only packages

- Oracle allows to access normal Ada 95 types
  and variables outside of the declare 
  section.

- SQLCODE and SQLSTATE are automaticaly inserted
  by the esql translator, a switch has been added
  to esql to suppress this.

