Point to a location in file saved as VARBINARY(MAX)

  • Well,

    I am a bit unsure if this is the right forum for the question. Still I will seek support...

    I have a table which holds documents in varbinary(max) column. Full text search is enabled and works fine. Document formats include common MS office formats, pdf, html and txt. My requirement is to open the document and focus on the search criteria (word or phrase) in the document. I find the location of the search criteria in the document based on CHARINDEX.

    Can anyone guide me?

    Thanks

  • I know this is late, but you could pass the location to the client program, but it's strictly the client program that would have to find that point in the text and highlight it.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply