Hi All,
I have a file with .DAT extension.
Sample data from the file is as follows.
22130 1070404 00000
22130 1070404 00011
22120 1070404 00600
22100 1070404 02100
22090 1070404 03600
The first value is the level which i have to divide by 1000,the second field is the yearmonthdate which i have to format(after omitting the first digit which is always 1) as dd/mm/yyyy.1070404should be displayed as 04/04/2007 and the 3rd one is the time which i have to format as hh:mm:ss am/pm.ie,000000 should be displayed as 12:00:00 am.
There may be around 200 entries in the text file.For each entry(ie,record in the database notation) i have to perform the formatting operation.And finally the 200 entries should be displayed in a table /multi column list box.
I did the same operations with some other additional operations like delete duplicates,by reading from access table.But that is very slow.
Now i have to read from the text file and finally display it after formatting.
Will it be slow as there are around 200 entries in the text file and for each entry i have to perform the operations for formatting.
Iam attaching one file with .txt extension which contain data.
Please give me some suggestions on how to desighn the program
Thanks in advance
Message Edited by user_1 on
12-31-2007 12:53 AMMessage Edited by user_1 on
12-31-2007 12:54 AM