Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 12-30-2005, 06:57 PM   #1
Member (7 bit)
 
Join Date: Dec 2004
Posts: 100
HELP ASP Error Msg

When I want to access .asp file I’m getine this error message “
ADODB.Recordset error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record


error in line 42 and another time in line 47

Can somebody tell me what is going on?.

here is part of code

Set rs = Server.CreateObject("ADODB.Recordset")

41 If Len(Request("pagenum")) = 0 Then
42 rs.AbsolutePage = 1
43 Else
44 If CInt(Request("pagenum")) <= rs.PageCount Then
45 rs.AbsolutePage = Request("pagenum")
46 Else
47 rs.AbsolutePage = 1
48 End If
49 End If

Thanks
Daniela
Daniela is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 05:02 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2