in reply to Re^2: Searching a text file
in thread Searching a text file

If you want to search for a string in any field, just concatenate all your fields into one field and write an SQL which does a "LIKE" search (with appropriate "%" before and after the search term) on that single field.

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law