I'm trying to use paging functionality in ASP...i know my code works, b/c I used in a previous job. However, I am trying to do this now, but keep getting the following error:
ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation.
/paging.asp, line 61
Line 61 is below:
rsData.AbsolutePage = iPage
No matter what i do, it always crashes out on this "absolutepage" thing. Doesn't matter if I'm connecting to Access or Oracle. I also use adUseClient, but that doesn't work either. Running Win 2K IIS 5. I'm clueless here!
ADODB.Recordset error '800a0cb3'
Object or provider is not capable of performing requested operation.
/paging.asp, line 61
Line 61 is below:
rsData.AbsolutePage = iPage
No matter what i do, it always crashes out on this "absolutepage" thing. Doesn't matter if I'm connecting to Access or Oracle. I also use adUseClient, but that doesn't work either. Running Win 2K IIS 5. I'm clueless here!