The "Create Database Tables" form will be displayed automatically when maxdLoad connects to a database which hasn't already been populated with the required tables.
This form is used to specify the parameters for the database tables. Once the form is completed, the "Create" button will construct the tables on the database server.
The 'Database Title' and 'Database Location' fields are used to describe the database to clients when they connect. You can use whatever values you want.
The 'Maximum Identifier Length' field specifies the maximum length that can be used for names of things in the database. Bigger values give you more flexibilty in naming, but will result in larger database files.
Once the database tables have been created, the maximum identifer length is fixed and cannot be altered later.
Note that this length restriction only applies to the names of things in the database. The data values (called attributes in maxdLoad parlance) are of unrestricted length.
It is important to consider carefully what value to use for this setting. Some things to think about are:
|
Select your particular database server from the 'RDBMS Server Type' menu. If your system is not listed try the 'Generic SQL92' option.
The default 'Options' are usually fine. If your database server has problems creating primary or foreign keys, they can be omitted. Creating indices will speed up data retreival at the expense of slowing down data insertion and also of requiring additional storage space.