"Name redefined" means that it has been dimmed more than once.
There is simpler coding than Dreamweaver methods for accessing database records:
SQL = "SELECT * FROM Products Where Products.ID = " & strProductID & " Order by Products.ID"
Set rsSet = dbConnection.Execute(SQL)
if NOT rsSet.EOF then
strTitle = rsSet("SiteName").value
strCompany = rsSet("Company").value
strAddress = rsSet("Address").value
strContact = rsSet("Contact").value
strPhone = rsSet("Phone").value
end if
rsSet.Close
Set rsSet = Nothing