Contents Index UltraLite SQL functions Introduction to dynamic SQL

UltraLite Database User's Guide

Dynamic SQL


About this chapter 

Dynamic SQL is the version of SQL available to UltraLite components. This chapter describes the features of the dynamic SQL in UltraLite.

Dynamic SQL statements can be constructed at run time. This is in contrast to the static SQL available to embedded SQL, static C++ API, and static Java API applications, which must have all SQL statements specified at compile time.


Introduction to dynamic SQL
Dynamic SQL language elements
Dynamic SQL statements
Optimization of SELECT statements

Contents Index UltraLite SQL functions Introduction to dynamic SQL