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