Introduction to UltraLite C++ development

This tutorial guides you through the process of building an UltraLite C++ application. The application is built for Windows desktop operating systems, and runs at a command prompt.

This tutorial is based on development using Microsoft Visual C++, although you can also use any C++ development environment.

The tutorial takes about 30 minutes if you copy and paste the code. The final section of this tutorial contains the full source code of the program described in this tutorial.

Competencies and experience

This tutorial assumes:

  • You are familiar with the C++ programming language
  • You have a C++ compiler installed on your computer
  • You know how to create an UltraLite database with the Create Database Wizard.

    For more information, see Creating an UltraLite database from Sybase Central.

The goal for the tutorial is to gain competence with the process of developing an UltraLite C++ application.