Setting up the database

When you set up a database, the typical order is to create a database, configure the properties file, and then create the database tables. Choose the set of instructions that best matches your environment for configuring the database.
Fast path: If you are using the included Derby database no additional setup is necessary. .
The overview steps for setting up a database are as follows:
  1. Create a database.
  2. Configure the properties files. You can complete this step with the Setup wizard.
  3. Create the database tables. You can complete this step with the Setup wizard.

Feedback