Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Minor Bug Report
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

billson
Starting Member

3 Posts

Posted - 30 March 2006 :  12:34:34  Show Profile
You can try in this forum "Help: General / Current Version (v3.4.xx)".

When "Show all topics" is selected, there are 36 pages.
Then, you choose "Show topics from last 2 days", only one page return
Now I load the following link again
http://forum.snitz.com/forum/forum.asp?FORUM_ID=111&sortfield=lastpost&sortorder=&whichpage=18

Server return error

quote:
ADODB.Recordset error '800a0bcd'

Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.

/forum/forum.asp, line 337


It related to the code here
line 337 arrTopicData = rs.GetRows(strPageSize)
line 338 iTopicCount = UBound(arrTopicData, 2)

It should rewrite like this to prevent the asp error
if not rs.EOF then
arrTopicData = rs.GetRows(strPageSize)
iTopicCount = UBound(arrTopicData, 2)
else
iTopicCount = ""
inttotaltopics = 0
end if

HuwR
Forum Admin

United Kingdom
20595 Posts

Posted - 30 March 2006 :  13:58:14  Show Profile  Visit HuwR's Homepage
that isn't really a bug, you are trying to load a page which doesn't exist, I would therefore expect it to give you an error.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07