Random access and sequential access file in vb 6.0?
To access a particular data item in a sequential file, you need
to read in all items in the file prior to the item of interest.
This works acceptably well for small data files of unstructured
data, but for large, structured files, this process is
time-consuming and wasteful. Sometimes, we need to access data in
non-sequential ways. Files which allow non-sequential access are
random access files.