NO estimado , sigue con el comentario :
Código HTML:
strCommand = "UPDATE grabar SET titulo='" & request.querystring("tit")& "' , descripcion= '" & request.querystring("des")& "' , coordenadax= '" & request.querystring("coorx")& "' , coordenaday= '" & request.querystring("coory")&"'"
strCommand = strCommand & " WHERE id ='" & request.querystring("id")& "'"
'objConn.Execute strCommand
Response.Write("Datos Modificados correctamente.")
end if