sammy
Starting Member
8 Posts |
Posted - 02 May 2001 : 08:35:05
|
I'm getting this Error when I try to go into the Config Category/Forum Order Mod, can anyone help?
ADODB.Recordset error '800a0bcd'
Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
/Forum/admin_config_order.asp, line 178
This is part of the code from the asp page:
174 set rsForum = Server.CreateObject("ADODB.Recordset") 175 rsForum.cachesize = 20 176 rsForum.open strSql, my_Conn, 3 177 178 rsForum.movefirst 179 rsForum.pagesize = 1
|
|