Note: The actual column headings are a function of the database itself.
|
Field or Control |
Description |
|
Column Name |
Name of each column. |
|
Type |
Data type for the column. |
|
Length |
Maximum number of bytes used to store a column value in the row. |
|
Total Digits |
The total number of digits for Decimal or Number columns. |
|
Fractional Digits |
The number of digits after the decimal point for Decimal or Number columns. |
|
Access Count |
Number of times the object was accessed since the counter was last reset. |
|
Last Access |
Date the object was last accessed. |
|
Format |
Default display format. |
|
CharSet |
Type of character set. |
|
Nullable |
Null code indicating whether the column can have a null value or not: Y = Yes N = No |
|
DefaultValue |
Any default value assigned to the column. |
|
ColumnTitle |
Heading associated with the column. |
|
CommentString |
Comment text associated with the column (A NULL entry indicates no comment). |