Ok, i'm trying to access a data base. I'm pretty sure the problem is my Select From Where syntax but i can't figure it out. All the examples I look at are in JavaScript but I'm using VBScript. Can anyone help?
ProductID = Request.QueryString("ProductID")
query= "SELECT ProductName, QuantityPerUnit, UnitPrice, UnitsInStock FROM Products WHERE ProductID =" & ProductID