ADODB.Recordset error '800a0cb3'

Current Recordset does not support updating. This may be a limitation of the provider, or of the selected locktype.

/sito2/link_go.asp, line 182


codice

codice:
rs("click") = rs("click") +1
rs.update
response.Redirect(rs("link"))