HI everyone,
I am recently working on a company's project that performs basic search through the database and displays the relevant results. As per project requirement the search result should display the relative path of the document that it found. for e.g.
if the user wants to search through the database for "test" .
The asp page uses indexing service and finds through the database any file containing the word "test" once it finds the document, it displays the relative path to the file i.e.
http://intra.test.arb.bon.omb.gov.on...ic/ceo/hearing scheduler table(2)-dec4-02.doc
However, I want it to display absolute path to the document.
d:\inetpub\wwwroot\blah...........\dec04-02.doc
How would I make the query page search through the database and display the physical/relative path to each and every search result found.
I am very new to asp ,I would really appreciate any help in this matter.
Thanks