Question:

How can i get smiler words from database when i type the character in textbox in VB?

by  |  earlier

0 LIKES UnLike

Hello friends my name is Boopathi. I need solution in VB. In textbox we going to enter on character when we enter first letter it need to show related words what is in my database.

Thank You.

Regards.

Boopathi.K

 Tags:

   Report

1 ANSWERS


  1. Do a select statement Where <yourfieldname> like '<entered chartacter string so far>*'; (or %, depending on the database you're using.)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.