I haven't worked with MSAccess to Oracle stuff lately, but
it used to be that the ODBC stuff pulled A LOT of background crap in
addition to what was needed for the query.  And, yes, Access did a lot
of the processing locally.  The way I got around this was that I either
used passthrough queries (Access takes the query typed as is and sends
it to the server for processing) or I used Oracle Objects for OLE. 
Using OO4OLE you can use VBA to specifiy more explicityly what you want
the server to do for you.  It opens up the full power of Oracle under
the Microsoft Office/VB interface.  Check the docs on OO4OLE.  It's a
very nice toolset when working with MSOffice apps.


On Fri, 2003-06-20 at 16:44, Gurelei wrote:
> Hi all:
> 
> I have been hearing from many people that MS Access is
> bad as a front-end tool because it tends to do data
> processing on the clien side instead of the DB side
> thus moving way too much data over the network.
> Assuming that this is correct, what is the mechanism
> of this? If I execute a simple query like:
> 
> select f1, f2 from t1
> where f3='X';
> 
> is MS access going to copy the whole table t1 to my
> machine and only show the rows with f3 equal to 'X'?
> Am I misinderstanding it?
> 
> tia
> 
> Gene
> 
> __________________________________
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
> -- 
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Rodd Holman
[EMAIL PROTECTED]


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Rodd Holman
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to