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 2: Logging in and populating the UltraLite remote database Next Page

Lesson 3: Using the CustDB client application


Both the consolidated and remote databases contain a table named ULOrder. While the consolidated database holds all orders (approved and those pending approval), the UltraLite remote only displays a subset of columns according to the user that has authenticated.

Columns in the table are displayed as fields in the client application. When you add an order, you must populate the Customer, Product, Quantity, Price, and Discount fields. You can also append other details such as Status or Notes. The timestamp column is used to identify whether or not the row needs to be synchronized.

See also

Browsing orders
Adding an order
Changing the status of an order