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

SQL Anywhere 12.0.0 (Français) » UltraLiteJ » Using UltraLiteJ » Developing UltraLiteJ applications » Coding examples

 

Example: Inserting rows

This example demonstrates how to insert rows in an UltraLiteJ database.

 ♦  To run the LoadDb.java example
  1. Change to the following directory: samples-dir\UltraLiteJ.

    For information about the default location of samples-dir, see Samples directory.

  2. Run the CreateDb example:

    rundemo CreateDb

    See Example: Creating a database.

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

    rundemo LoadDb

See .

 Notes