Contents Index Tutorial: An UltraLite Application for PocketPC Lesson 1: Create a project architecture

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

Introduction


This tutorial guides you through the process of building an UltraLite for MobileVB application using the table API. At the end of the tutorial you will have an application and small database on your Windows CE device that synchronizes with a central database.

Timing 

The tutorial takes about 30 minutes if you copy and paste the code. If you enter the code yourself, it takes significantly longer.

Competencies and experience 

This tutorial assumes:

Note 
You can perform most of this tutorial without SQL Anywhere Studio. The synchronization sections of the tutorial require SQL Anywhere Studio.

To develop applications using the UltraLite for AppForge MobileVB component, you will need the AppForge Booster. If you are missing Booster, you can get it from http://www.appforge.com/booster.html.

The synchronization section of this tutorial requires that you can use command line options and parameters.

Goals 

The goals for the tutorial are to gain competence and familiarity with the process of developing an UltraLite application.


Contents Index Tutorial: An UltraLite Application for PocketPC Lesson 1: Create a project architecture