onemind wrote:
Thanks,

The thing is, i am going to need to use different letters each time to
search through over 200,000 words in a database and it needs to be fast.

What technology would be best suited for this task? I just assumed that a
databse would be ideal, why do you say sql isn't suited for this and what
is?

Thanks again.
--
View this message in context: 
http://www.nabble.com/Need-sql-query-help-t1844399.html#a5034782
Sent from the SQLite forum at Nabble.com.

A regular expression search on a flat file with only 200,000 words would be fast and most likely achieve your objective. Run some trials with grep.

Reply via email to