473,396 Members | 2,011 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Network traffic

I am curious about how Access 2000 handles network requests for data.
I have the data on a back-end server, and the front-end is installed
on the local machine. Now, lets say I have a select query ( call it
qry1) which has no filters and just displays all the records in the
table, and another query (qry2) which has a filter. Both are queries
on the same table of 5000 rows. If the qry2 filter matches only 1000
of the rows, is network traffic reduced? In other words, does qry2
just get all the rows from the table and then just display the ones
that match the filter, or do only the rows that match the filter
actually travel across the network ? Thanks for your help.
Jun 21 '06 #1
3 2873

LucaBrasi wrote:
I am curious about how Access 2000 handles network requests for data.
I have the data on a back-end server, and the front-end is installed
on the local machine. Now, lets say I have a select query ( call it
qry1) which has no filters and just displays all the records in the
table, and another query (qry2) which has a filter. Both are queries
on the same table of 5000 rows. If the qry2 filter matches only 1000
of the rows, is network traffic reduced? In other words, does qry2
just get all the rows from the table and then just display the ones
that match the filter, or do only the rows that match the filter
actually travel across the network ? Thanks for your help.


No, requesting that a smaller recordset be returned will not reduce
network traffic; the reason for this is MS Access is not a true
client-server software solution. Let me explain. When your client
requests data from the back-end database the backend returns all the
rows in the table, they are then filtered by your client. I consider
this to be one of the main differences between MS Access and MS SQL
Server, which only returns the requested records, and thus will reduce
network traffic, quite dramatically in some cases, depending on the
query.

Jun 21 '06 #2
Hi, Nick.
When your client
requests data from the back-end database the backend returns all the
rows in the table, they are then filtered by your client.
That's a common misconception about Jet. If your tables are returning all
of the records in the table when the query doesn't specifically request all
of the rows (SELECT * FROM MyTable), then you need to place indexes on the
appropriate columns in the tables so that only the relevant records are
transferred across the network from the back end to the front end. Columns
involved in joins, criteria, and sorting are candidates for these indexes.
For a previous discussion on this topic, please see the following Web page:

http://groups.google.com/group/micro...e23e5e1a7eb151

HTH.
Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips and tutorials.
http://www.Access.QBuilt.com/html/ex...ributors2.html for contact
info.
"Nick 'The Database Guy'" <ni*****@btinternet.com> wrote in message
news:11**********************@c74g2000cwc.googlegr oups.com...
LucaBrasi wrote:
I am curious about how Access 2000 handles network requests for data.
I have the data on a back-end server, and the front-end is installed
on the local machine. Now, lets say I have a select query ( call it
qry1) which has no filters and just displays all the records in the
table, and another query (qry2) which has a filter. Both are queries
on the same table of 5000 rows. If the qry2 filter matches only 1000
of the rows, is network traffic reduced? In other words, does qry2
just get all the rows from the table and then just display the ones
that match the filter, or do only the rows that match the filter
actually travel across the network ? Thanks for your help.


No, requesting that a smaller recordset be returned will not reduce
network traffic; the reason for this is MS Access is not a true
client-server software solution. Let me explain. When your client
requests data from the back-end database the backend returns all the
rows in the table, they are then filtered by your client. I consider
this to be one of the main differences between MS Access and MS SQL
Server, which only returns the requested records, and thus will reduce
network traffic, quite dramatically in some cases, depending on the
query.

Jun 21 '06 #3

"Nick 'The Database Guy'" <ni*****@btinternet.com> wrote in message
news:11**********************@c74g2000cwc.googlegr oups.com...

LucaBrasi wrote:
I am curious about how Access 2000 handles network requests for data.
I have the data on a back-end server, and the front-end is installed
on the local machine. Now, lets say I have a select query ( call it
qry1) which has no filters and just displays all the records in the
table, and another query (qry2) which has a filter. Both are queries
on the same table of 5000 rows. If the qry2 filter matches only 1000
of the rows, is network traffic reduced? In other words, does qry2
just get all the rows from the table and then just display the ones
that match the filter, or do only the rows that match the filter
actually travel across the network ? Thanks for your help.


No, requesting that a smaller recordset be returned will not reduce
network traffic; the reason for this is MS Access is not a true
client-server software solution. Let me explain. When your client
requests data from the back-end database the backend returns all the
rows in the table, they are then filtered by your client. I consider
this to be one of the main differences between MS Access and MS SQL
Server, which only returns the requested records, and thus will reduce
network traffic, quite dramatically in some cases, depending on the
query.


If the table is indexed I believe Access will us the index to pull only the
records or pages requested, reducing network traffic.
Jun 21 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Russ Ferrill | last post by:
I would like to write a service that monitors network traffic and allows or disallows the traffic based on IP address. I'm not sure where to start looking for info on how to do this. Can anyone...
0
by: Marc G. Fournier | last post by:
G'evening ... As everyone will have noticed, we've been having network problems over the past 48hrs, culminating in a total blackout today. Starting around 1am on the 2nd of January, our IPs...
1
by: James Fortune | last post by:
In order to get the records I want on a report I sometimes create a SQL string for the RecordSource and sometimes supply the criteria using the Filter Property. If I use the Filter Property rather...
4
by: jayderk | last post by:
Hello all, I am having a problem with one of my desktop applications and was wondering if any of you know of a good tool I can use to monitor traffic in and out of my network card? this is a...
3
by: Omega | last post by:
Hi In serveral firewall softwares you can block network traffic quickly with one click, can I do the same in c# ? Thanks
2
by: Ulf | last post by:
Hi, is there any way to programmatically limit the network traffic received on a network adapter in C# ? I need to simulate different speeds over an ADSL connection and run tests covering speed...
0
by: akhtar | last post by:
How to secure your network Check this article to know how a network analyzer continuously monitors traffic on network and provides detailed information about critical problems, virus attacks and...
7
by: Marc Bartsch | last post by:
Hi, I have a background worker in my C# app that makes a synchronous HttpWebRequest.GetResponse() call. The idea is to POST a file to a server on the internet. When I call HttpWebRequest.Abort()...
1
by: maverickman4 | last post by:
background/setup info: so we have a network set up of about 23 computers including our server which is running windows 2003 standard. we have an incredible amount of traffic going to that server due...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.