Ask a Question related to Dreamweaver AppDev, Design and Development.
-
pepps #1
keyword searching
hi can anybody tell me how to create a search form on my database where a user would only have to type the first few letters of a paticular product and it woulld return results
thanks
john
pepps Guest
-
Help with Keyword search
Hi all, I've got a tricky query I hope you guys can help me with. I have a database of a few millions records, representing subjects from... -
Keyword Parsing with ASP
I am writing a search program in ASP(VBScript). The user can enter keywords and press submit. The user can separate the keywords by spaces and/or... -
Keyword not supported
Hi, I have an ASP app that queries MS Indexing Service. Below is my code. ############################# Imports System Imports... -
Keyword Searches
Hi everyone, Does anyone know how to add a keyword search to a site? Daniel Park Executive Director La Paz International -
Just a quick SP ? regarding the LIKE SQL keyword
Anyone have any ideas why this doesn't return any values? This is an SP that was constructed from a Query in an Access database that was imported... -
Nathon Jones #2
Re: keyword searching
Hi John,
Your SELECT statement, on your results page, should read something like:
SELECT * FROM table WHERE productname LIKE 'varSearch%'
varSearch % Request.Form("nameofyoursearchformfield")
Can't remember if your form should have a POST or GET method. Try both!
Hope this helps.
Nath.
"pepps" <webforumsuser@macromedia.com> wrote in message
news:d46bc2$4t7$1@forums.macromedia.com...> hi can anybody tell me how to create a search form on my database where a
> user would only have to type the first few letters of a paticular product
> and it woulld return results
>
> thanks
>
> john
Nathon Jones Guest



Reply With Quote

