Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Should I SUM() on the local machine or ask of server mac
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
Database:
Firebird
Miscellaneous
Thread ID:
01271514
Message ID:
01271520
Views:
17
This message has been marked as the solution to the initial question of the thread.
>Hi all
>
>The users that I have to cater to do not have specialized servers, but rather have medium power computers acting as servers. In such a situation is it advisable to get the data from the back-end and then SUM()? Or is it still advisable to let the server machine do the SUM()ming?
>
>Please advise.
>
>Thanks.

If this is a SQL Server or other server based database, let the server do the SUM.

If you have the client do the SUM, the server still has to send all the data required for summation to the client. More work for the server and network.
____________________________________

Don't Tread on Me

Overthrow the federal government NOW!
____________________________________
Previous
Reply
Map
View

Click here to load this message in the networking platform