Developing applications using embedded SQL

This section describes how to write database access code for embedded SQL UltraLite applications.

For an overview of the UltraLite C/C++ development process, see UltraLite for C/C++ developers.

For embedded SQL reference information, see UltraLite Embedded SQL API reference.

For more information about the SQL preprocessor, see SQL preprocessor for UltraLite utility (sqlpp).


Example of embedded SQL
Initializing the SQL Communications Area
Connecting to a database
Using host variables
Fetching data
Authenticating users
Encrypting data
Adding synchronization to your application
Building embedded SQL applications