C
Chimerical_girl
I need to know 2 things - or maybe it's just one thing, but it involves asp
and sql
I have an index.htm page with 7 links - each link is to the same asp page,
but based on the link selected, the asp page should pull results from a
specific field in the database.
From looking at other web urls, i think on the link i need a question mark
and some sort of code after the .asp (i.e. testpage.asp?ID=24) - something
like that, but I can't quite figure the exact language.
Also, I know just from tinkering with Frontpage that I need to write a
select statement in sql - something like select from this filed stuff that
equals that field - you get the picture.
My big problem, where I am so VERY over my head, is I cannot seem to grasp
how the hyperlink to the asp page and the sql select statement work together.
I will be so grateful if anyone can provide me fairly simple answers to
these queries.
and sql
I have an index.htm page with 7 links - each link is to the same asp page,
but based on the link selected, the asp page should pull results from a
specific field in the database.
From looking at other web urls, i think on the link i need a question mark
and some sort of code after the .asp (i.e. testpage.asp?ID=24) - something
like that, but I can't quite figure the exact language.
Also, I know just from tinkering with Frontpage that I need to write a
select statement in sql - something like select from this filed stuff that
equals that field - you get the picture.
My big problem, where I am so VERY over my head, is I cannot seem to grasp
how the hyperlink to the asp page and the sql select statement work together.
I will be so grateful if anyone can provide me fairly simple answers to
these queries.