This is a sample output page from
DBHTML. The entire page (after the
first horizontal line below) was generated automatically by DBHTML. The
majority of the information is extracted from an IMAGE database root file, and
the rest comes from an optional documentation file specified by the user (e.g., the
sections labelled "Documentation").
(Back to DBHTML product page)
IMAGE/SQL Database
DBSAMP
Dataset | Doc | Set Type | # Fields | # Paths | Media bytes | Entry bytes | Capacity | #Entries | % Full | # Sectors | BlkFac | Flags |
---|---|---|---|---|---|---|---|---|---|---|---|---|
MISC |
(doc) | Detail | 4 | - | 22 | 22 | 208 | 23 | 11% | 32 | 104 | |
CUSTOMER-NUMBERS |
(doc) | Auto | 1 | 1 | 30 | 8 | 101 | 8 | 7% | 32 | 76 | |
SALES | - | Detail | 3 | 1 | 64 | 56 | 80,011 | 76,149 | 95% | 20,656 | 31 | |
Item Name | Doc | Item Type | Item Security | Sets Using Item |
---|---|---|---|---|
QUANTITY | (doc) | I1 | (63 / 1, 2 ) | SALES |
CLERK | (doc) | X4 | (63 / 1, 2 ) | MISC |
SALE-LOCATION | - | X46 | ( / 1, 2 ) | SALES |
CLERK# | - | X8 | (63 / 1, 2 ) | MISC |
DESCRIPTION | - | X8 | (63 / 1, 2 ) | MISC |
DOLLARS | - | I1 | (63 / 1, 2 ) | MISC |
CUSTOMER# | - | X8 | ( / 1, 2 ) | CUSTOMER-NUMBERS (key), SALES (search) |
Item | Item Type | Byte Offset | # Bytes |
---|---|---|---|
CLERK# | X8 | 0 | 8 |
DESCRIPTION | X8 | 8 | 8 |
DOLLARS | I1 | 16 | 2 |
CLERK | X4 | 18 | 4 |
(top, Datasets Summary,
Datasets, Datasets Documentation
, Items, Items Documentation,
Passwords,
Miscellaneous Documentation)
Item | Item Type | Byte Offset | # Bytes |
---|---|---|---|
CUSTOMER# (1) | X8 | 0 | 8 |
(top, Datasets Summary,
Datasets, Datasets Documentation
, Items, Items Documentation,
Passwords,
Miscellaneous Documentation)
Item | Item Type | Byte Offset | # Bytes |
---|---|---|---|
QUANTITY | I1 | 0 | 2 |
CUSTOMER# ( CUSTOMER-NUMBERS) | X8 | 2 | 8 |
SALE-LOCATION | X46 | 10 | 46 |
this is a link to Allegro.
(top, Datasets Summary,
Datasets, Datasets Documentation
, Items, Items Documentation,
Passwords,
Miscellaneous Documentation)
/* dataset: MISC, Detail */ struct { /* offset #bytes */ char CLERK_number [ 8]; /* 0 : 8 */ char DESCRIPTION [ 8]; /* 8 : 8 */ int16 DOLLARS; /* 16 : 2 */ char CLERK [ 4]; /* 18 : 4 */ } set_MISC; /* #bytes: 22 */ /*********************************************/
/* dataset: CUSTOMER-NUMBERS, Automatic */ struct { /* offset #bytes */ syn_chain_type synchain; /* 0 : 10 */ path_header_type path_1; /* 10 : 12 */ char CUSTOMER_number [ 8]; /* 22 : 8 */ } set_CUSTOMER_NUMBERS; /* #bytes: 30 */ /*********************************************/
/* dataset: SALES, Detail */ struct { /* offset #bytes */ path_ptrs_type path_1; /* 0 : 8 */ int16 QUANTITY; /* 8 : 2 */ char CUSTOMER_number [ 8]; /* 10 : 8 */ char SALE_LOCATION [46]; /* 18 : 46 */ } set_SALES; /* #bytes: 64 */ /*********************************************/