Create a new database

This chapter describes how to create a new database


Choose File->Open Database from the main menu, then press the 'New' button.
The Database Setup dialog will now appear. This concludes the basic technical details for the connection parameters.

The following information highlights the implementation of the database itself:

Note 1:If the database and its tables already exist then you do not need to fill in the options below. If you are creating a new database you must fill in the options listed below. When you have completed filling in the dialog, press "Ok" to create the database.

Note 1: If the database already exists it will not be recreated.
Note 2: To create a new database the sql-script 'createdb.sql' is used. You may edit this script to choose a specific character set for your language or to allow for your own set of indexes or to add additional fields to tables. However, do not delete any fields or change existing field names.