Key: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "In KEYED access to a file, the KEY= clause specifies the contents of the key field for the record to access. The key field (also known as the key, the record key, the inde...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
In [[KEYED]] access to a file, the KEY= clause specifies the contents of the key field for the record to access. The key field (also known as the key, the record key, the index or the index field) is used for building a special internal file called the key file (also known as the index file). In short, its purpose is to hold a list of information that acts much like a cross-reference from the key field to the relative record number.
In [[KEYED]] access to a file, the KEY= clause specifies the contents of the key field for the record to access. The key field (also known as the key, the record key, the index or the index field) is used for building a special internal file called the key file (also known as the index file). In short, its purpose is to hold a list of information that acts much like a cross-reference from the key field to the relative record number.
Private or Public Keys are also used for [[encryption]].


See also:
See also:
Line 5: Line 7:
*[[Open Internal]]
*[[Open Internal]]
*[[Chapter 16]] of the BR Tutorial
*[[Chapter 16]] of the BR Tutorial
*[[Encryption]]
*[[Read file]]
Used as a parameter in the following statements:
*[[Delete Statement|Delete]]
*[[Read file]]
*[[Restore File]]


<noinclude>
<noinclude>
[[Category:Definitions]]
[[Category:Definitions]]
[[Category:All Parameters]]
</noinclude>
</noinclude>

Latest revision as of 19:40, 6 August 2013

In KEYED access to a file, the KEY= clause specifies the contents of the key field for the record to access. The key field (also known as the key, the record key, the index or the index field) is used for building a special internal file called the key file (also known as the index file). In short, its purpose is to hold a list of information that acts much like a cross-reference from the key field to the relative record number.

Private or Public Keys are also used for encryption.

See also:

Used as a parameter in the following statements: