Recordset.AbsolutePage - strange problem
- From: "Gauri - IndiaProperties.com" <systems@xxxxxxxxxxxxxxxxxxx>
- Date: Thu, 7 Jun 2007 12:35:07 +0530
I have a ASP page that fires a query to DB and displays records using
paging.
My code contains
rs.Open string1 , MyConn , 3,1
rs.PageSize=20
rs.AbsolutePage= CurPg
Problem with this code is, it load the page fine sometimes, on refresh give
me the following error.
ADODB.Recordset error '800a0cb3'
Current Recordset does not support bookmarks. This may be a limitation of
the provider or of the selected cursortype.
What could be the problem. This code was working perfectly till recent.
Can anyone help me troubleshooting when this can happen.
Records would not load at all if there was problem with the code. They do
load. But 2 times our of 5 gives me the above error
Please Help! It's Urgent
-Gauri
.
- Follow-Ups:
- Re: Recordset.AbsolutePage - strange problem
- From: Bob Barrows [MVP]
- Re: Recordset.AbsolutePage - strange problem
- Prev by Date: tweak of A2002 Enterprise Dev Handbook fails?
- Next by Date: Re: Recordset.AbsolutePage - strange problem
- Previous by thread: tweak of A2002 Enterprise Dev Handbook fails?
- Next by thread: Re: Recordset.AbsolutePage - strange problem
- Index(es):
Relevant Pages
|
|