Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Binding grid to recordset with MSDAORA provider for ADO

Re: Binding grid to recordset with MSDAORA provider for ADO

From: smushran <smushran_at_nospam.us.oracle.com>
Date: Thu, 13 Jan 2000 19:33:32 GMT
Message-ID: <387e286c.75604265@newshost.us.oracle.com>


Check out Oracle's OLE DB Provider downloadable from http://technet.oracle.com/

Sunil Mushran

On Tue, 11 Jan 2000 20:09:55 +0100, hmueller <holger.mueller_at_meta-level.de> wrote:

>Hi!
>As I found out, a grid control (like the Microsoft DataGrid 6.0) can't
>be bound to a recordset created by a server-side cursor with the MSDAORA
>
>provider, cause the server-side cursor doesn't support bookmarks.
>The client-side cursor supports bookmarks and the grid control can be
>bound to its recorset. What's annoying, the client-side cursor seems to
>download the whole result from a query (which can last minutes for an
>amount of about 80000 sentences in my example).
>
>Is there a possibility for the client-side cursor to fetch only the
>necessary amout of data (for example only the first sentences to be
>shown in the grid) like the server-side cursor does?
>
>Or is there a setting for the server-side cursor to support bookmarks
>with the MSDAORA provider for Oracle?
>thanks a lot
> Holger
>
>
>
Received on Thu Jan 13 2000 - 13:33:32 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US