rbrown1962
Starting Member
USA
1 Posts |
Posted - 06 December 2001 : 23:24:12
|
Today I updated my SQL server to the latest service pack for SQL server. Also ADO 2.6 was put on. Well since then my snitz is shot. The forms dont show correct colorings ,, and trying to access a forum catagory returned an error I did manage to debug down the page to the error line. The problem seems to be in the forum.asp file in this routine, around line 220 something
rs.open strSql, my_Conn, 3 if not (rs.EOF or rs.BOF) then rs.movefirst ** THE CALL BELOW RETURNED AN ERROR rs.pagesize = strPageSize *********************************** maxpages = cint(rs.pagecount) rs.absolutepage = mypage end if However when I remmed out the line, it did get into the forums, however I showed no previously posted messages where I know there was over 100.
Any IDEAS ??? If you would like to see this running in real time go to the following http://67.164.196.182/HD
There will be a short flash player movie ,, then you can enter the site, and click on message Brd. Any help on this PLEASE PLEASE send me an email at Rbrown1962@home.com
Thanks
|
|