One more database question...
What is the best way to search for key words in the database. For example, I have a 5 page resume that I want to find the words Java and C++ in. How can I go about searching for these 2 words in such a large file? I also may have to search through 1000 resumes and find all the resumes that have the words Java and C++ in tham.
[330 byte] By [
mike3434] at [2007-11-11 8:50:44]

# 1 Re: One more database question...
What kind of database? If you're using SQL Server, take a look at its full-text search capability: http://www.google.com/search?q=sql+server+full+text+search