473,812 Members | 2,984 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2898

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*****@btinte rnet.com> wrote in message
news:11******** **************@ c74g2000cwc.goo glegroups.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*****@btinte rnet.com> wrote in message
news:11******** **************@ c74g2000cwc.goo glegroups.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
1275
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 point me in the write direction?
0
1052
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 appear to have become an innocent bystander in a DoS attack from various hacked machines on Pac-West Telecomm, GTE.net, and several other networks. Early this morning, due to the continual disruption of traffic, it seems
1
1639
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 than a RecordSource returning just the values I want is there extra traffic across the network to bring the unfiltered data to the front end? Thanks, James A. Fortune
4
3443
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 urgent problem. regards,
3
6926
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
3743
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 limits from 1Mbps to 8Mbps on a single machine. So far I found a shareware (NetLimiter) that pretty much covers my needs, but I'd rather find a programming solution I could include in my testscripts.
0
990
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 even generates traffic to stress test your network http://www.network-analyzer.blogspot.com
7
7692
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() on the request object on another thread, GetResponse() returns with an exception as expected. However, when I monitor the network traffic, it does not seem to stop, but to continue to be active and to upload the file. The network is active even...
1
2624
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 to every workstation viewing and writing data every few seconds. this is an orthodontic office that is completely paperless. charts and personal info are all on one SQL database on one server. i have pictures to manage and everything. but between...
0
10664
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10404
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10139
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9219
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7677
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5568
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5704
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3029
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.