set objRS = objConn.Execute("INSERT INTO counter(hej, ip) VALUES('hej', '" & ip & "')")
Resten av koden:
ip = Request.ServerVariables("REMOTE_ADDR")
set objRS = objConn.Execute("INSERT INTO counter(hej, ip) VALUES('hej', '" & ip & "')")
objRS.close : set obJRS = nothing
objConn.close : Set objConn = nothing