HOME > ASP > ASP Forum > ใช้ Rs.absolutepage ไม่ได้ ช่วยดูหน่อยครับ โค๊ดประมาณนี้ ก็ก๊อปจากเว็บนี้ไปอะครับ นี่ที่ฟ้อง error Error Type: ADODB.Recordset (0x800A0CB3) Current Recordset does not support bookmarks.
ใช้ Rs.absolutepage ไม่ได้ ช่วยดูหน่อยครับ โค๊ดประมาณนี้ ก็ก๊อปจากเว็บนี้ไปอะครับ นี่ที่ฟ้อง error Error Type: ADODB.Recordset (0x800A0CB3) Current Recordset does not support bookmarks.
Error Type:
ADODB.Recordset (0x800A0CB3)
Current Recordset does not support bookmarks. This may be a limitation of the provider or of the selected cursortype
*-----------------------ส่วนโค๊ด
pagelen=5
pageNo = request.QueryString("pageNo")
if pageNo="" then pageNo = 1
set rs=server.CreateObject("adodb.recordset")
sql = "select * from request "
rs.open sql,conn,1,3
if rs.eof then
%>
File not found!!!
<%else
totalrecord = rs.recordcount
totalpage = rs.pagecount
rs.pagesize = pagelen
pageno=1
rs.absolutepage=pageno
%>
<%recno=1
do while not rs.eof and recno <= pagelen%>
<table align="center" border=1><tr>
<td><%=rs("id")%></td></tr>
<% recno=recno+1
rs.movenext
loop
end if%> ส่วนโค๊ด
Tag : - - - -
Date :
16 ม.ค. 2551 08:36:39
By :
zongjrs
View :
1809
Reply :
5
No. 1
Guest
จะต้องให้เป็นรูปแบบของ RecordSet ครับ
Date :
16 ม.ค. 2551 08:56:34
By :
อิอิ
No. 2
Guest
แล้วมันผิดตรงไหนอะครับ งง
Date :
16 ม.ค. 2551 09:00:53
By :
zongjrs
No. 3
Guest
Error Type:
ADODB.Recordset (0x800A0CB3)
Current Recordset does not support bookmarks. This may be a limitation of the provider or of the selected cursortype