csiwa28
Programmer
- Apr 12, 2001
- 177
I'm getting a "too few parameters" error and I am confused on what this exactly means. What my SQL is supposed to do is when a user clicks on a hyperlink on the 1st page, they are then directed to a 2nd page where a list pops up. The appropriate information is pulled from a table depending on the value of the hyperlink (Name).
SQL_query = "SELECT Product_comCompanyID FROM Products WHERE ProductTypeID ='" & Request.QueryString("Name" & "'"
Set oRS = oConn.Execute(SQL_query)
SQL_query = "SELECT Product_comCompanyID FROM Products WHERE ProductTypeID ='" & Request.QueryString("Name" & "'"
Set oRS = oConn.Execute(SQL_query)