|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Dec 2004
Posts: 100
|
HELP ASP Error Msg
When I want to access .asp file I’m getine this error message “
ADODB.Recordset error '800a0bcd' Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record error in line 42 and another time in line 47 Can somebody tell me what is going on?. here is part of code Set rs = Server.CreateObject("ADODB.Recordset") 41 If Len(Request("pagenum")) = 0 Then 42 rs.AbsolutePage = 1 43 Else 44 If CInt(Request("pagenum")) <= rs.PageCount Then 45 rs.AbsolutePage = Request("pagenum") 46 Else 47 rs.AbsolutePage = 1 48 End If 49 End If Thanks Daniela |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|