Hi, I've got a couple of questions. I'm posting them in two seperate mails to keep the subject headers relevant.
Given: Relatively large databases that contain many records. Each database consists of a large file which may contain as much as 2M records. Each record consists of several fields, though exaclty what fields and how many of them may vary. The records are seperated by a NewLine/Cr/CrLf combination. Question: I need to be able to search and rapidly load ALL positive records. How would you suggest I procede? (A link to a solve or an article would also be welcome in lieu of an answer.)
