Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
I want to take a input from textbox and then it will show all related topics with my given keywords or others in the textbox...How can I do this?

Best Regards,
Golam kibria
Posted
Comments
[no name] 22-Jun-11 12:00pm    
do you want to retrieve information for specific table(s) or looking for something like 'Full text search'?

You can do that by creating a stored procedure to wrap the execution of a sql query. This procedure should take the user's keywords as arguments and then return the appropriate results derived from the sql query.

Note: You should try and figure out your homework first, then post specific questions about that code and where it went wrong. That we can answer in a clean and concise manner. Otherwise you get an answer as above which is correct, but I very much doubt it will help you.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 21-Jun-11 14:15pm    
Double the advice, but still only 5+!

The world is unfair sometimes :)
Help link to learn more about store procedures

Please find the following help topics on that
where am i start in Stored Procedure?[^]
 
Share this answer
 
v2

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