Summary

This chapter described dynamic SQL, a set of Embedded SQL statements that permit online applications to access the database interactively. This interaction with the database lets a user define and execute SQL statements at runtime.

The four dynamic SQL Methods are:

The next chapter describes how to detect and correct Embedded SQL errors.