Contents Index Lesson 2: Create an UltraLite database template Lesson 4: Write the application source code pdf/preface.pdf

UltraLite User's Guide
  Tutorial: Build an Application Using the C++ API

Lesson 3: Run the UltraLite generator


The UltraLite generator writes a C++ file and a header file that define an interface to the UltraLite database, as specified in the UltraLite database template.

To generate the UltraLite interface code

  1. From a command prompt, change directory to your APITutorial directory.

  2. Run the UltraLite generator with the following arguments (all on one line):

    ulgen -c "dsn=UltraLite 9.0 Sample" -t c++ 
    -u ProductPub -f ProductPubAPI

    The generator writes out the following files:


Contents Index Lesson 2: Create an UltraLite database template Lesson 4: Write the application source code pdf/preface.pdf