Mein Code oben hat einen Schreibfehler, hier das was ich habe:
<%
SQLstmt = "UPDATE reviews SET "
SQLstmt = SQLstmt & "ip='" & request.servervariables("remote_addr") & "', "
SQLstmt = SQLstmt & "WHERE id=" & Request.querystring("id")
Conn.Execute (SQLstmt)
%>