<%Dim sida
sida = Trim(Request.QueryString("sida"))
If sida = "" Then
sida = 1
End If
RecSet.PageSize = 10
Rad:87 RecSet.AbsolutePage = sida%>
<%Dim rad
rad = 0
While Not RecSet.EOF and rad < RecSet.PageSize
rad = rad + 1%>
**ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation.
/gb/adressdata.asp, line 87
Såhär får ja när ja testar göra paging av min gästbok.. det funkar inte? Vad är felet?**