Operation must use an updateable query.
Hvad betyder dette.Jeg for det når jeg prøver at komme til en side ved hjælp af en http://www.minside.dk/link/goto.asp?id=365
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
/link/goto.asp, line 25
Linie 22-27 ser sådan ud.
if session("lastid") = url and ezedate < 6 then
else
hit=cInt(rs("Hit"))+1
Set RS2 = conn.Execute("UPDATE link2 SET Hit = " & hit & " Where ID =" & url)
End If