Overview of the DSQL Programming Process

From InterBase

Go Up to Working with Dynamic SQL


Building and executing DSQL applications with the API involve the following general steps:

  • Embedding DSQL API functions 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 runtime.
  • Programming methods that use these statements and facilities to process SQL statements at runtime.

These steps are described in detail throughout this chapter.

Advance To: