Contents Index Introduction Create an eMbedded Visual Basic project

UltraLite ActiveX User's Guide
  Tutorial: An UltraLite Application for PocketPC

Lesson 1: Create a project architecture


The first procedure describes how to create an UltraLite database schema. The database schema is a description of the database. It describes the tables, indexes, keys, and publications within the database, and all the relationships between them.

For more information about database schemas, see Creating UltraLite database schema files.

To create an UltraLite database schema

  1. Create a directory for this tutorial.

    This tutorial assumes the directory is c:\tutorial\evb. If you create a directory with a different name, use that directory instead of c:\tutorial\evb throughout the tutorial.

  2. Create a database schema using the UltraLite Schema Painter.

For more information about creating a database schema, see the UltraLite Schema Painter Tutorial.


Create an eMbedded Visual Basic project

Contents Index Introduction Create an eMbedded Visual Basic project