cdrom
March 18th, 2003, 08:17 AM
How can I retrieve a record by specifing its zero-based index. (ie. The 500th record according to key #1).
Currently, I am going around the problem by reading the first record and keep on getting the next till I reach the required record. However, this method has became less effecient since the number of records is increasing...
Currently, I am going around the problem by reading the first record and keep on getting the next till I reach the required record. However, this method has became less effecient since the number of records is increasing...