This is probably an obvious one, but i can not get this stmt to work...
The variable 'linkid' carries a numeric value, and I have tested it with response.writes to make sure that it has brought the correct value to this page.
Eventually, the values to be updated will be variables, but i just want to get this statement working correctly...
Thanks for any help you can provide
Code:
SQL = "UPDATE outsidelinks SET outsidelinkurl = 'test.com', outsidelinkcount = '266', lastClickThru = '9/99/2999 8:00:00 PM' WHERE ID ="& linkid
The variable 'linkid' carries a numeric value, and I have tested it with response.writes to make sure that it has brought the correct value to this page.
Eventually, the values to be updated will be variables, but i just want to get this statement working correctly...
Thanks for any help you can provide