Och vilken rad är rad 109?
ser ni nått fel:
ADODB.Recordset (0x800A0CB3)
Aktuellt Recordset stöder inte bokmärken. Det kan bero på en begränsning av providern eller den valda markörtypen.
/onlinelistan.asp, line 109
<!-- #include file="adovbs.inc" -->
<%
mypage = Request("whichpage")
If mypage = "" then
mypage = 1
End If
mypagesize = 2
Set conn1 = Server.CreateObject("ADODB.Connection")
conn1.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & Server.MapPath("Database/members.mdb")&""
strsql1 = "SELECT * FROM members where status = 'online'"
Set Rs = Server.CreateObject("ADODB.Recordset")
rs.cursorlocation = 3
rs.cachesize = 5
set rs=conn1.execute(strsql1)
%>
<HTML><HEAD>
</SCRIPT>
<meta name="VI60_defaultClientScript" content="JavaScript">
<meta http-equiv="Content-Language" content="sv">
<TITLE>PLANKA.COM</TITLE>
<base target="_self">
</HEAD>
<BODY leftMargin=0 topMargin=0 marginheight="0" marginwidth="0" background="" bgproperties="fixed" bgcolor="#C6C6C6" link="#000000" vlink="#000000" alink="#000000">
<div align="center">
<center>
<TABLE height="57" cellSpacing=0 cellPadding=0 border=0 width="227" style="border-collapse: collapse" bordercolor="#111111">
<TBODY>
<TR>
<TD vAlign=top width=214 rowspan="2" height="110">
<TABLE cellSpacing=0 cellPadding=0 width=391 border=0 height="122">
<%
SQL = "Select * From members Order by username"
Set rstemp = Server.Createobject("ADODB.Recordset")
MdbFilePath = Server.MapPath("database/members.mdb")
rstemp.open SQL, "Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath & ";"%>
</TD>
<TD vAlign=top align=middle width=434 height="122">
<TABLE cellSpacing=0 cellPadding=0 width=430 border=0 height="1">
<TBODY>
<TR>
<TD height=1><font face="Arial"><IMG height=6
src="default-filer/1x1.gif"></font></TD></TR>
</TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=313 border=0 height="1">
<TBODY>
<TR>
<TD width=1 height="1"></TD>
<TD width=8 height="1"></TD>
<TD width=6 background=default-filer/win_left.gif height="1"> </TD>
<TD width=415 bgColor=#ffffff height="1">
<TABLE cellSpacing=0 cellPadding=0 width=414 border=0 style="border-collapse: collapse" bordercolor="#111111" height="1">
<TBODY>
<tr>
<TD height=1 width="4"></TD>
<TD align="right" height="1">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="410" height="1">
<tr>
<td width="410" height="1" colspan="5"></td>
</tr>
<tr>
<td width="131" height="1">
<font face="Arial">
<img border="0" src="Bilder/1pxtrans2.gif"><br>
<img border="0" src="Bilder/1pxtrans2.gif"><br>
</font>
<b><font face="Arial" size="2">Användare:</font></b></td>
<td width="106" height="1">
<b><font face="Arial" size="2">Stad:</font></b></td>
<td width="114" height="1">
<b><font face="Arial" size="2">Min. online:</font></b></td>
<td width="59" height="1" colspan="2">
<b><font face="Arial" size="2">Bild:</font></b></td>
</tr>
<tr>
<td width="410" height="1" colspan="5">
<font face="Arial">
<img border="0" src="Bilder/Streck.gif" width="407" height="1"></font></td>
</tr>
<tr>
<font face="Arial">
<%
rs.movefirst
rs.pagesize = mypagesize
maxcount = Cint(rs.pagecount)
rstemp.absolutepage = mypage
howmanyrecs = 0
howmanyfields = rs.fields.count -1
Do While Not RS.EOF AND howmanyrecs < rstemp.pagesize
counter = counter + 1
If counter mod 2 = 0 then
color = "#FFFFFF"
Else
color = "#F0F0F0"
End If
%> </font>
<td width="131" height="1" bgcolor="<%= color %>">
<font size="1" face="Arial"> <img border="0" src="Bilder/relationonline.gif"> <a href="krypin.asp?checkid=<%=rs("id")%>"><%Response.Write RS("username")%></a> <%=left(rs("kon"),1)%><%=RS("alder")%></font></td>
<td width="106" height="1" bgcolor="<%= color %>">
<font size="1" face="Verdana">
<%=RStemp("stad")%></font><font size="1" face="Arial"> </font>
</td>
<td width="114" height="1" bgcolor="<%= color %>">
<font size="1" face="Arial"><%Response.Write RS("minonline")%>
min.</font></td>
<td bgcolor="<%= color %>" width="57">
</font>
<td height="1" width="2">
<font face="Arial"><font size="1"> </font></td>
</tr>
<%
RS.Movenext
howmanyrecs = howmanyrecs + 1
Loop
RS.Close
Cn.Close
%> </font>
</table>
</TD>
</tr>
<tr>
<td height="5" colspan="2" align="center">
<font size="1" face="Arial">
<img border="0" src="Bilder/1pxtrans2.gif"><br>
<img border="0" src="Bilder/1pxtrans2.gif"><img border="0" src="Bilder/Streck.gif" width="407" height="1"><br>
<img border="0" src="Bilder/1pxtrans2.gif" width="1" height="3"></font></td>
</tr>
</TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=0 width=415 border=0 height="1">
<tr>
<TD height="1" width="24" align="left">
<font face="Arial" size="1">
<IMG height=1 src="default-filer/1x1.gif"
width=5></font></TD>
<TD height="1" valign="top" rowspan="2">
</TD>
<TD height="1" width="20" align="right" rowspan="2">
</TD><%
If maxcount <> 0 then
pad = "0"
scriptname = request.Servervariables("script_name")
for counter = 1 to maxcount
If counter >= 10 then
pad = ""
End If
ref = "<a href='" & scriptname & "?whichpage=" & counter & "&pagesize=" & mypagesize & "'>" & pad & counter & "</a> "
response.write ref & " "
Next
End If
%>
</tr>
<tr>
<TD height="0" width="24" align="left">
</TD>
</tr>
</TABLE>
</TD>
<TD width=9 background=default-filer/win_right.gif height="1">
<p align="left"><font face="Arial"><IMG height=1
src="default-filer/1x1.gif" width=1 border=0></font></TD></TR>
</TBODY></TABLE>
</TD>
</TR>
</TBODY></TABLE>
</center>
</div>
</BODY></HTML>