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.
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.
Comment