How can we search data in flat files
I need to search for a particular list of account numbers whose data is stored in a flat file. Each line represents data for one account number. I also need to put all data for the searched account number into a new flat file.Can anyone help me on this?Thanks in advance....
> I m very new to java programming and dont know what
> to write in the code i.e are there any available
> methods to do so..or do we need to write a search
> logic..
That's correct you have to implemetn the logic, but it's pretty easy. Just a loop which reads each line from the file, and looks for the information.
Kaj
kajbja at 2007-7-14 22:43:06 >
