Read-once stream versus random access

There are two kinds of record sources:

Read-once record sources are intended to be read only once. They offer several advantages:

Read-once record sources are appropriate for use when generating reports or retrieving data.

Random-access record sources are read-only, positionable record sources that can be read more that once. They require more effort to implement and might have extremely large storage requirements. However, they offer a much richer client interface. A record source view, for example, might be written to accept a random-access record source rather than a read-once record source. Random-access record sources should be used for dynamic record browsing with a cursor, such as in a spreadsheet.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker