Go to documentation repository
Documentation for Intellect 4.11.0-4.11.3. Documentation for other versions of Intellect is available too.
To edit the template of the main database, open it using the File -> Open menu. The template files are stored in the root of the Intellect program folder.
Note.
Note.
Intellect.dbi file contains the list of main tables and fields of the database. User-defined tables and fields are stored in a separate file – intellect.ext.dbi. This file is made separate from the main file, to eliminate the need to re-insert user-defined tables and fields into the main file, in case of Intellect system update. The contents of these files are merged upon Intellect start-up.
To view the database template, open the DBI tab in the top left corner of the window. The list of the tables of the main Intellect database will be displayed in the left panel. The right panel will show the list of fields of the selected database.
To delete, add, edit or copy object fields, use the table on the left of the utility box.
The following parameters of the table fields are displayed:
- Field name – the name of the field in the database.
- Type – data type of the field contents. Available types:
- BIT – checkboxes taking logical values Yes and No;
- CHAR – fields with a few symbols;
- DATETIME – date and time in the following format: date – dd-mm-yyyy, time – hh:mm:ss;
- DOUBLE, INTEGER, SMALLINT – numerical fields of corresponding types;
- TEXT – fields with the text.
- Size – maximum number of units of the specified format in a field.
- Description – field name shown in the interface.
The database is to be refreshed after the changes were made.