just pulling data fron a database and the querystring tells the script which item to pull from the DB. There will be some code that captures the ID No and does the processing
ie
Code:
<%
Prod_id = cint(request.querystring("SID"))
strSQL = "SELECT fields FROM table WHERE id = " & Prod_id & ";"
' rest of code
%>
some ASP db samples at ASP101
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|