I meant containstable.
What does your search paragraph look like?
> Thank you for the reply.
>
[quoted text clipped - 16 lines]
> >> Thanks,
> >> Vishal
My column is Image data type with binary data. It contains word, excel,
powerpoint and PDF files.
Here is my search query
SELECT doc.DocumentID, doc.DocData, doc.DocName, doc.DocText, doc.Extension,
ftKey.*
FROM tblDocuments AS doc
INNER JOIN FREETEXTTABLE(tblDocuments, DocData, 'search_string') AS ftKey ON
doc.DocumentID = ftKey.[KEY] ORDER BY Rank DESC
Thanks,
Vishal
>I meant containstable.
>
[quoted text clipped - 22 lines]
>> >> Thanks,
>> >> Vishal
Smokey Grindel - 05 Dec 2008 13:16 GMT
that's not an easy thing to code, trust me...
> My column is Image data type with binary data. It contains word, excel,
> powerpoint and PDF files.
[quoted text clipped - 39 lines]
>>> >> Thanks,
>>> >> Vishal