Embedded SQL is a method of mixing SQL statements for database access with either C or C++ source code.
This chapter describes the development process for embedded SQL UltraLite applications. It explains how to write applications using embedded SQL and provides instructions on building and deploying an embedded SQL UltraLite application.
This chapter assumes an elementary familiarity with the UltraLite development process. For an overview, see Developing UltraLite Applications
For a description of embedded SQL, see The Embedded SQL Interface.
For detailed information about the SQL preprocessor, see The SQL preprocessor.
Building embedded SQL applications
Preprocessing your embedded SQL files