csiwa28
Programmer
- Apr 12, 2001
- 177
I'm getting an improper usage at my SQL statement and I don't know why. The variable "Name" is created from a query string from a previous asp page. Thanks to anyone that can help me.
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)