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.
Enterprise Generation Language (EGL) is a development environment
and programming language that you can use to write full-function applications
quickly, freeing you to focus on the business problem your code is addressing
rather than on software technologies.
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
This tutorial should take approximately
90 minutes to finish. If you explore other concepts related to this tutorial,
it could take longer to complete.
Skill level
Intermediate
Prerequisites
Before beginning this tutorial,
you should have an intermediate knowledge of SQL and relational databases.
Also, it will be easier for you to follow the EGL code examples if you have
learned the basics of EGL from a tutorial such as Introducing EGL (a quick-start
guide).
Expected results
Optional: You
could provide code snippets, screen shots, links to multimedia, or a textual
description of the expected result of completing the tutorial. In other words,
if there is an end product that you can show or demonstrate or describe, you
could do it here, if you did not describe it earlier.