In this tutorial, you use EGL and other tools in
the workbench to work with a relational database. You learn how to use the
default SQL code generated by EGL and to write your own SQL code and integrate
that custom SQL with your EGL applications.
Learning objectives
This
tutorial covers the use of EGL to access relational databases at an intermediate
level, including the following topics:
- How to perform the four basic data access operations with EGL (create,
read, update, and delete)
- How to customize the SQL code that EGL creates for you
- How to create and run customized SQL statements inside or outside EGL
code
- How to handle errors in data access applications
Time required
90 minutes