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 - Database Management and Reference » Exploring the CustDB Samples for UltraLite » Lesson 3: Using the CustDB client application

Browsing orders Next Page

Adding an order


Adding an order is carried out in a similar way in each version of the UltraLite client application.

By adding an order, you have modified the data in your local UltraLite database. This data is not shared with the consolidated database until you synchronize.

To add an order
  1. Create a new order.

    Choose Order > New.

    The Add New Order dialog appears.

  2. Choose a customer from the list downloaded from the consolidated database.

    From the Customer dropdown list choose Basements R Us. This customer does not have any current orders.

  3. Choose a product from the list downloaded from the consolidated database.

    From the Product dropdown list choose Screwmaster Drill. The price of this item is automatically entered in the Price field.

  4. Enter the quantity and discount.

    Type 20 in the Quantity field and type 5 (percent) in the Discount field.

  5. Press Enter to add this order to the remote database as a row in the ULOrder table.