Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recordset paging and Oracle 8.04

Status
Not open for further replies.

thehutt

Programmer
Nov 13, 2000
5
US
I tried to implement recordset paging in ASP using an Oracle 8.04 database. I get the following error:

>ADODB.Recordset error '800a0cb3'
>
>The operation requested by the application is not supported by the provider.
>

It appears to me that the Oracle ODBC driver I am using does not support recordset paging. Does anyone know of either:

1. A solution to this problem with my current ODBC driver
2. An Oracle 8.04 ODBC driver that does support record paging

My code looks a lot like this:

Except that I connect to an Oracle 8.04 database instead.
Any help is much appreciated.
 
I found the solution to this error, I had not set my cursorlocation.

CursorLocation=3
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top