Overview of the DSQL Programming Process (Using Dynamic SQL)

From InterBase

Go Up to Using Dynamic SQL


Building and executing DSQL statements involves the following general steps:

  • Embedding SQL statements that support DSQL processing in an application.
  • Using host-language facilities, such as data types and macros, to provide input and output areas for passing statements and parameters at run time.
  • Programming methods that use these statements and facilities to process SQL statements at run time.

These steps are described in detail throughout this chapter.

Advance To: