I was looking at sqlite and wondered if anyone could tell me about it's ability to search for text inside a potentially very large database. Will sqlite create an index of the words in the database if requested and do searches on it like proximity searches and such? Thanks, Oak