To Whom It May Concern:
I was wondering if you could help me with the following: I am trying to develop a program in QBASIC that takes a list of similar .dat files (as in, the data within each file is in the same format - Date, Time, Name, Description, Production Sales - where each file differs by date) and the program searches these files, based on criteria provided by the user (say, I want the Production Sales for the 7th of every month at 9:00am), and displays the results. So, in this case, the program would look through 12 files and take out the row of data for 9:00am and print/store these results in a new file. I can't seem to visualize how I can create this "search engine." I am able to search through one file, but how do I search different files given criteria?
I would appreciate any help. Thank you.
kanin
I was wondering if you could help me with the following: I am trying to develop a program in QBASIC that takes a list of similar .dat files (as in, the data within each file is in the same format - Date, Time, Name, Description, Production Sales - where each file differs by date) and the program searches these files, based on criteria provided by the user (say, I want the Production Sales for the 7th of every month at 9:00am), and displays the results. So, in this case, the program would look through 12 files and take out the row of data for 9:00am and print/store these results in a new file. I can't seem to visualize how I can create this "search engine." I am able to search through one file, but how do I search different files given criteria?
I would appreciate any help. Thank you.
kanin