Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,

I have a senario in which I had to perform a document search based on a keyword .There are 1000+ documents in database. whenever I hit a keyword in search it should fetch all the documents matching those keywords.

thanks
Posted

 
Share this answer
 
Comments
P.Salini 19-Apr-12 7:42am    
5!
Hi ,
You can Build your Select statement on the Run time
SQL
Select * from Sometable
and then add your Search criteria and append whatever you want on your select statement
Best Regards
M.Mitwalli
 
Share this answer
 
Hi,
Go through the following link-
Find Files in CS[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900