I\'m not asking about implementing the spell check algorithm itself. I have a database that contains hundreds of thousands of records. What I am looking to do is checking a user
it loads all records from a user-specified table (or tables) into memory and then performs the check
don't do that
Either
or