Depending on whether you need to know the actual location of the word, you could use "index by words". Then you can just use query like: "SELECT * FROM a WHERE a.name = 'cat'" and you will get all records which contain the word "cat".
HTH Brian ©2002 Yennie AT aol .DO.T com |