Collection Contents Index Compiling and linking your application Next PDF

UltraLiteŽ - C and C++ Programming
Developing Applications Using Embedded SQL


About this chapter

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

For an overview of the UltraLite C/C++ development process, see Introduction to UltraLite for C/C++ Developers.

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

For detailed 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

Collection Contents Index Compiling and linking your application Next PDF