because i was bored i started to code a forum just for fun and the learning but now i'm kinda stuck in on one page -_- http://www.theprofoundone.com/forum.asp.txt this is the page with the problem... i keep getting this error: Error Type: ADODB.Field (0x80020009) Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record. /TPOForumz/forum.asp
i know that's probably because there aren't any topics for that specific forum yet, but thats why i included a if rs.EOF to print no topics found.. but it won't work -_- it works in almost the same way on the default.asp page and one other page... but something else is stopping the process... anyone ideas?
Set adoCon = Server.CreateObject("ADODB.Connection") adoCon.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\wwwroot\TPOForumz\TPOForumz.mdb"
but it isn't adoCon where the error lies because all the other pages that use it are working correctly and if a forum has topics it also works. It's all about displaying the text "No Topics Found" if a forum doesn't have any topics (yet).