PROKA Posted May 18, 2004 Posted May 18, 2004 I need a good ideea for a Search function . Suppose I have a list of items how do I do a search through them. ( it should work even if I don't pass one exact item in the list , but only a part of its name ) so, what algorithm do u suggest ? Quote Development & Research Department @ Elven Soft
koen Posted May 18, 2004 Posted May 18, 2004 try to search something about the like command in sql... Quote
PROKA Posted May 19, 2004 Author Posted May 19, 2004 don't know about that command :( so , do u have any good vb.net example ? Quote Development & Research Department @ Elven Soft
pinster Posted May 19, 2004 Posted May 19, 2004 You can do that with a WildCard character by default. For searching in database eg. SELECT ... FROM ... WHERE ... LIKE '%' Quote Nothing is impossible in Programming! So, take it easy and let us all share your problem. :)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.