Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filter effect on network traffic
Message
 
 
To
12/01/2002 05:48:47
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00603892
Message ID:
00603954
Views:
18
>Hi ,
>I have this app running on the network in which users have to access just certain records based on their access permissions.Now my question is does this table filteration happen on the server where the table is or the whole records from the table are sent to the client machine and then the filteration happens ?
>In other words, when I apply complex FILTER statement on a shared table , do I reduce the network traffic or just increase overhead in the client ?
>
Hi Saeed,

All processing happens on the client machine regardless of what you do. In case when FILTER conditions are Rushmore optimizable Foxpro would use indexes to determine what records to pull from server and that could reduce network traffic. Take a look at 'Optimizing Applications' at http://msdn.microsoft.com/library/default.asp?url=/library/en-us/foxhelp98/dgoptimizing_applications.asp.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform