Keyed: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "Keyed access to files allows access according to a specified key (or part of the file). This method causes the file pointer to locate the record you want starting with the o...")
(No difference)

Revision as of 15:41, 18 May 2013

Keyed access to files allows access according to a specified key (or part of the file).

This method causes the file pointer to locate the record you want starting with the one containing a specified value in the data field. If the system finds that there is no record with such a value, it goes on to access the first record containing a data value higher than that which was entered.

See also