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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: OLEDB internal queries - last try

Re: OLEDB internal queries - last try

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Tue, 4 Sep 2007 21:42:43 -0500
Message-ID: <de807caa0709041942p65fb3baeqe87968ea349485bd@mail.gmail.com>


Alvaro,

I am not an OLE / ADO programmer so I can't explain this properly. At a previous job I had a good VB programmer accompany me and explain this situation in terms that other VB programmers could understand. Here is what I understand: ADO / OLE / VB can connect to many different data sources. These sources can even be simple flat files. By default, it assumes the data source is very simple, so it deals with it in a simple manner. For Oracle, this works out to being asked to download the entire table, which clogs the network.

     My understanding is this isn't a bug, but a matter of choosing ADO / OLE / VB options to let it know that it is dealing with something more sophisticated than a flat file.

     Perhaps someone else can provide more clarifying details.

Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 04 2007 - 21:42:43 CDT

Original text of this message

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