sql queries i buttons

greenspun.com : LUSENET : SQL Server Database Administration : One Thread

i have a series of flash buttons each of which is a town name which then goes to a seperate page when clicked on. what i want to know is whether i can have a standard sql query in each of the buttons which then takes the town name of the button and uses this for the query. for example, if i had the button 'London', when i click on it can i have an sql statement of the form: Select * from (table name) where Town = (button name) whih will then return all entries corresponding to London without having to manually type in the query. any feedback would be greatly appreciated. thanks matt

-- Anonymous, August 06, 1999

Answers

Matt,

What you ask for can be done. The exact syntax depends on the web tools that you are using and is beyond the scope of the discussion in the SQL Server Database Administration forum.

Good luck,

Eric

-- Anonymous, August 06, 1999


Moderation questions? read the FAQ