Re: Access & Oracle
Date: 1995/11/28
Message-ID: <1995Nov28.223817.1283_at_beowulf.rhein-neckar.de>#1/1
TillKahle (tillkahle_at_aol.com) wrote:
: Beware of Access if you need network performance!
: The Access manual writes, aggregate functions like SUM()
: are processed by Access, not by the server. Imagine asking
: the sum of sales for a year - the client-server idea is:
: ask the server for the sum, and wait for one number on the network.
: The Access concept is: get each and every row from sales and
: ass the numbers on the client machine.
: This will blow any Ethernet!
: T. Kahle, Hamburg
you can use pass-through queries to enforce that the server is doing the
work ...
i think ms-access works in a acceptable speed
.... see technet-cd 05/95 or later Client-Server-Applications from concept
to reality...
to develop ethernet friendly applications....
bye ralf
-- ______________________________________________________________________ ___ e-mail: ralf_at_beowulf.rhein-neckar.de ___ ___ voice: 049 0621 733680 ___ ___ Ralf Bundschuh ___Received on Tue Nov 28 1995 - 00:00:00 CET