Contents Index Start the application Add an order

UltraLite Database User's Guide
  Tutorial: Walking Through a Sample UltraLite Application

Lesson 3: Add an order


In this section, you display the initial data in the sample application and add a new order. These step are carried out in a similar way in each version of the application.

The application holds information about a set of orders. For each order, this data includes the customer, the product, the quantity, the price, and any applicable discount. Also included are a status field and a notes field, which you can modify from the application.

Only unapproved orders are downloaded to the application. The sample application does not receive all the orders listed in the ULOrder table in the consolidated database. You control which information is sent to your application using synchronization scripts.


Add an order

Contents Index Start the application Add an order