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

SQL Anywhere 12.0.1 » UltraLite - Java Programming » UltraLiteJ application development » Code examples

 

Java SE example: Aggregation and grouping

This example demonstrates UltraLiteJ support for the aggregation of results.

 Run the SalesReport.java example
  1. Change to the following directory: %SQLANYSAMP12%\UltraLiteJ\J2SE.

  2. Run the CreateSales example:

    rundemo CreateSales
  3. Run the following command (the command is case sensitive):

    rundemo SalesReport
 See also