how are you passing the product ID? As a URL Variable? an example using a url variable would be:
SELECT ProductID, ProductExcerpt
FROM ps4_products
WHERE ProductID = paramID
Variables:
Name: paramID
Type = Integer
Default Value: -1
Run Time value: $_GET['ProductID']


