E Obsolete Database Utilities
### open database DATABASE "db,DB" PASSWORD "Secret"; ### passwords ALTER PASSWORD { 1 "READ"; 2 "WRITE"; } ### permissions REVOKE ALL OF ALL FROM ALL; GRANT READ ON ALL TO 1; GRANT ALL ON ALL TO 2; ### items CREATE ITEM { Call-Id, D; Date, D (2); Code, X20; Description, 4X40; } ### iitems CREATE IITEM ICall-Id = Call-Id; CREATE IITEM ICode = Code:10; ### set CREATE SET Calls, D { Call-Id; Date; Code; Call-Desc; } ALTER SET Calls { ADD INDEX ICall-Id; ADD INDEX ICode / "german@fold"; }
Database
The database name and path
Maintenance Password
The database maintenance password
Log
Shows the log window
Accept
Open the database
Exit
Exit the program
Log
Shows the log window
Exit
Exit the program. If there are unsaved changes, the exit dialog will appear.
The following functions can be selected from the selection list:
Close
Close the log window
Save changes
If you select this checkbox and enter a file name in the following field, your changes are saved in a session script.
Accept
Exit the program. If selected, your changes are saved to a session script file.
Cancel
Don't exit the program, return to main dialog.
Accept
Save changes.
Cancel
Discard changes, return to main dialog.
By selecting an access class, the access class properties dialog is opened. The following dialog elements are present:
Cancel
Discard changes, return to main dialog.
Password
Change the password associated with access class. If the password is empty, the access class becomes disabled. You cannot assign a password for the PUBLIC access class.
Read/Write
Select this to select or modify the data sets, the current access class has READ/WRITE access to.
Read only
Select this to select or modify the data sets, the current access class has READ ONLY access to.
Log
Shows the log window
Accept
Save changes, return to password dialog.
Cancel
Discard changes, return to password dialog.
To change the access rights for the current access class, select the Read/Write or Read Only push buttons. This opens the Data Set Selection dialog. It will display the list of data sets. In front of the data set name is a checkbox. If selected, the specified access is allowed for the current access class. If you select a data set, the access is changed.
Filter
The value entered in this field is used to select, which data items should be displayed. If this field is not empty, only data matching items are displayed
By Set
If selected, the value of the Filter field is considered a data set name. Only data items present in the selected data set are displayed.
Log
Shows the log window
Create
Opens the Item properties dialog to create a new data item.
Close
Close window, return to main dialog.
Item Name
The data item name
Item Count
Number of elements
Item Type
Select an item type
Size
This is only used if the item is of type String. This is the maximum number of characters this item can hold. Size must be an even value.
Item Format
The item Format. This information can be used by QUERY or other programs to format their output. Please refer to the table "Query Format Numbers" for more information.
Log
Shows the log window
Accept
Save changes.
Cancel
Discard changes, return to previous dialog.
Filter
The value entered in this field is used to select, which index items should be displayed. If this field is not empty, only data matching items are displayed
By Set
If selected, the value of the Filter field is considered a data set name. Only data items present in the selected data set are displayed.
Log
Shows the log window
Create
Opens the Item properties dialog to create a new index item.
Close
Close window, return to main dialog.
Name
The index item name
Segment / Item
Data item name for this index segment
Segment / Length
If this is a string item, only a leading part of the item may be used in the index.
Log
Shows the log window
Accept
Save changes.
Cancel
Discard changes, return to previous dialog.
Filter
The value entered in this field is used to select, which data sets should be displayed. If this field is not empty, only matching data sets are displayed
Log
Shows the log window
Create
Opens the data set properties dialog to create a new data set.
Close
Close window, return to main dialog.
Set Name
The data set name
Set Type
Select a set type
Capacity
The data set capacity.
Log
Shows the log window
Accept
Save changes.
Cancel
Discard changes, return to previous dialog.
Log
Shows the log window
Add Item
Opens the Data Item or Index Item dialog.
Close
Close window, return to main dialog.
Write to file
Output Schema definition to file if selected.
File
File name and path.
Print to HP-UX printer
Output Schema definition to printer if selected
Printer
Printer name (and additional options).
Lines/Page
Number of lines / Page. Use zero to avoid no pagination.
Log
Shows the log window
Accept
Create Schema definition.
Cancel
Return to main dialog.
Close
Close the window
Save changes
If you select this checkbox and enter a file name in the following field, your changes are saved in a session script.
Analyze
This pops up the Analyze dialog. If summarizes the pending changes.
Accept
Apply changes to your database. If selected, your changes are saved to a session script file.
Cancel
Don't apply changes, return to main dialog.