Thursday, October 21, 2010

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

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.KHow can i get smiler words from database when i type the character in textbox in VB?
Do a select statement Where %26lt;yourfieldname%26gt; like '%26lt;entered chartacter string so far%26gt;*'; (or %, depending on the database you're using.)

No comments:

Post a Comment