Thursday, September 3, 2009

DISADVANTAGE of SEQUENTIAL FILES

Can be only processed sequentially. If you need to read record number N, you must first read the previous N-1 records. Especially no good for programs that make frequent searches in the file.