954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

how to search existing record in database vb 2008

I have text box and button when i clik tht button it has to display all the data if it is relevent to the data else it has to say no data .

my project is about track cd. name textbox that i want to search is txtTitle.Please help me!!Urgent.

i want something like search forum in this website when u clik on search it will get the data same way i need the solution either it is from database or index service

eVva
Newbie Poster
1 post since Apr 2010
Reputation Points: 10
Solved Threads: 0
 

Hi,

You can find an example how to do it, here.

Luc001
Posting Whiz
376 posts since Mar 2010
Reputation Points: 85
Solved Threads: 98
 

Hi,

You can find an example how to do it, here.

The example can now be found here

DevXDev
Newbie Poster
1 post since Jul 2011
Reputation Points: 10
Solved Threads: 0
 
SqlComm.CommandText = "SELECT * FROM Personal_Information where " + cbSearch.Text + " LIKE '%" & txtSearch.Text & "%'" = searcher


then reload the object you are using for displaying the database

alfredo11
Newbie Poster
12 posts since Jun 2011
Reputation Points: 15
Solved Threads: 0
 

I have text box and button when i clik tht button it has to display all the data if it is relevent to the data else it has to say no data . my project is about track cd. name textbox that i want to search is txtTitle.Please help me!!Urgent.

i want something like search forum in this website when u clik on search it will get the data same way i need the solution either it is from database or index service


what DMBS are you working with? this is very important so anyone with a solution can give a complete sample code for you

Netcode
Veteran Poster
1,021 posts since Jun 2009
Reputation Points: 43
Solved Threads: 67
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: