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)
 forum won't open - new install - error msg
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

gletchford
Starting Member

USA
2 Posts

Posted - 29 August 2009 :  12:17:02  Show Profile  Visit gletchford's Homepage
ADODB.Field error '800a0bcd'

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

/forum/Default.asp, line 91

This is the message I am receiving when I attempt to open the forum. I am using an access database and I believe the permissions are correct.

strSql = "SELECT P_COUNT, T_COUNT, U_COUNT " &_
" FROM " & strTablePrefix & "TOTALS"

Set rs1 = Server.CreateObject("ADODB.Recordset")
rs1.open strSql, my_Conn

Users = rs1("U_COUNT")
Topics = rs1("T_COUNT")
Posts = rs1("P_COUNT")

is the code surrounding the error of which line 91 is the line that says Users= rs1("U_COUNT")

Any ideas? And in advance, thanks for the thoughts.

Gary

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 29 August 2009 :  17:40:01  Show Profile
Did you run setup.asp?

Cheers,

David Greening
Go to Top of Page

gletchford
Starting Member

USA
2 Posts

Posted - 29 August 2009 :  20:44:50  Show Profile  Visit gletchford's Homepage
That's it! I didn't go any further on setup.asp because it asked for database loading and I was using the access db which I had set up manually. So I didn't go any further because I was afraid that it would try something funky. Worked fine and all is well with the forum. Thanks for your suggestion David
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 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07