Help With Field Searching Using Wildcards
- From: "Andy" <andy.mcvicker@xxxxxxxxxxx>
- Date: 27 Mar 2007 11:25:48 -0700
Hi Gang
I have a small database application where the user can search
different fields. They select what they want to search on and enter a
value to search on. For example
They select part number and enter "123" into the search field.
This searches the database for that field with LIKE '%123%'.
What I want the user to be able to do is add wildcards to the search.
For example
They select the part description field and enter "Dohicky*123" or
"Dohicky?123"
I want the search to process the wildcards as you would expect. What
is the easiest way to do this?
Regards,
Andy
.
- Follow-Ups:
- Re: Help With Field Searching Using Wildcards
- From: Bob Barrows [MVP]
- Re: Help With Field Searching Using Wildcards
- Prev by Date: Re: asp.net
- Next by Date: Re: Help With Field Searching Using Wildcards
- Previous by thread: asp.net
- Next by thread: Re: Help With Field Searching Using Wildcards
- Index(es):