js01 Beginner
Joined: 13 Oct 2005 Posts: 84 Topics: 32 Location: INDIA
|
Posted: Wed Aug 06, 2008 4:00 pm Post subject: Read file in multiple times |
|
|
Hello Friends,
i have a requirement which needs to read a file more than one time from first record to EOF , is there any way that i can achicve it.
i know we can do this using close and open a file to reset pointer to first record, but performance may poor as i read arround 10000 times ( closing and opening)
please advise.
thank you |
|