Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: using "pages" with oo4o
On Tue, 22 Sep 1998 11:20:26 GMT, srmonte_at_arrakis.es wrote:
>Hi all
>
>Is it possible to use "pages" with Oracle Objects for Ole?
>What I want to do is access a large query fetching no more than 25-50 rows at
>a time. I can do this with ADO using the PageSize and AbsolutePage properties
>of the Recordset object.
>
>Does anybody know how?
>
>thanks a lot
>
You could create a stored procedure that acutally opens the cursor and places the values in PL/SQL tables. These tables are then returned to the client.
I have used this method for both fetching and inserting data. It is very fast.
--
Mark Wagoner
To reply, remove no.spam from my e-mail address
Received on Tue Sep 22 1998 - 07:49:50 CDT
![]() |
![]() |