Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » Tutorial: A Sample Application for AppForge Crossfire

Tutorial: A Sample Application for AppForge Crossfire Next Page

Introduction to Crossfire development tutorial


This tutorial describes how to use AppForge Crossfire to build an UltraLite application for Windows CE or Palm OS. At the end of the tutorial you will have an application and small database on your Windows CE device that synchronizes with a central consolidated database.

For more information about the table API, see UltraLite for AppForge API Reference.

Timing

The tutorial takes about 30 minutes if you copy and paste the code. If you enter the code yourself, it takes significantly longer. If you chose to copy and paste the code from this help information, the special characters less-than, greater-than and ampersand may be pasted incorrectly in the code window and have to be manually corrected.

Prerequisites

This tutorial assumes that you have AppForge Crossfire installed on your computer. It also assumes a basic familiarity with Crossfire development.

The tutorial also assumes that you know how to create an UltraLite database using the command line utility ulcreate, or using UltraLite in Sybase Central. See Creating an UltraLite database from Sybase Central.

Note

Crossfire users can perform most of this tutorial without SQL Anywhere. The synchronization sections of the tutorial require SQL Anywhere.