UltraLiteŽ - C and C++ Programming
Tutorial: Build an Application Using Embedded SQL
This chapter provides a tutorial to guide you through the process of developing an embedded SQL UltraLite application using Microsoft eMbedded Visual C++.
For an overview of the development process and background information on the UltraLite database, see Developing embedded SQL applications.
For information on developing embedded SQL UltraLite Applications, see Developing Applications Using Embedded SQL.
For a description of embedded SQL, see Embedded SQL API Reference.
Introduction
Lesson 1: Create the UltraLite database
Lesson 2: Configure eMbedded Visual C++
Lesson 3: Write an embedded SQL source file
Lesson 4: Build the embedded SQL UltraLite tutorial application
Lesson 5: Add synchronization to your application