Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Using Drop Down List Values as SQL Query Criteria
Old 05-28-2006, 10:06 AM Using Drop Down List Values as SQL Query Criteria
Junior Talker

Posts: 1
Trades: 0
Hi, I am trying to search a database of Train Times based on the input from a user.

There are 2 drop down boxes, one had a list of Departing points, and the other has a list of Arriving points.

When the user selects the two points I want them to click a SUBMIT button and then the values selected will be used in a SQL statement to return the results, the results need to be returned on the same page.

Can anyone help, I am working on it, but I am sure there is a simple way to do this.

I currently have used javascript to hold the values, but it has got messy.

HELP!!!!!!

Mani
m4nish is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-28-2006, 03:00 PM Re: Using Drop Down List Values as SQL Query Criteria
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,938
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
Trades: 0
Code:
Dim Point_1, Point_2
Point_1 = Request.Form ("point_1")
Point_2 = Request.Form ("point_2")
SQL_Query = "Select fieldname from table where point_1 = " & Point_1 & " and Point_2 = " & Point_2
If they're strings instead of numbers, modify the SQL query accordingly.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
(my blog)


Please login or register to view this content. Registration is FREE
(with proof)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Reply     « Reply to Using Drop Down List Values as SQL Query Criteria
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.09822 seconds with 12 queries