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

Introduction to Crossfire development tutorial Next Page

Lesson 1: Create a project architecture


The first procedure describes how to create an UltraLite database.

To create an UltraLite database
  1. Create a directory for this tutorial.

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

  2. Create a database using UltraLite in Sybase Central.

    See Creating an UltraLite database from Sybase Central.

  3. Save the database.

    If you are developing an application for Windows or Windows CE, choose File > Save and choose tutcustomer.udb in your tutorial directory as the file name.


Create a Crossfire project