Contents Index Introduction Create a MobileVB project

UltraLite for MobileVB 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\mvb. If you create a directory with a different name, use that directory instead of c:\tutorial\mvb 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 a MobileVB project

Contents Index Introduction Create a MobileVB project