954,600 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

search record using search button from database

hello every body

i have a search button just like in google or yahoo but my search button is connect from my access database table , basically search option is use in my site for product available for sale for example when customer type name of product in search option and then click on search button , if product available then the next page show description about that product otherwise show "product not found"

any solution or code

thanks in advance

faisyshah
Light Poster
27 posts since Dec 2004
Reputation Points: 10
Solved Threads: 0
 

my frontend is asp and and backend is microsoft access

faisyshah
Light Poster
27 posts since Dec 2004
Reputation Points: 10
Solved Threads: 0
 
my frontend is asp and and backend is microsoft access

hi,
U can fire query on search button like
select productname form product where productname like %"request.form("serach")"%
Then use tht recorde set

amitlokare
Newbie Poster
9 posts since Sep 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You