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.
>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.