Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local Views or SQL Command?
Message
From
24/08/1999 13:30:45
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00257180
Message ID:
00257192
Views:
20
>Which would be faster on a client/server app?
>
>Would a Local View use the processer power from the server when creating the subset of data to return to the client or do they both get processed in the client end?
>
>Thanks Ron

What do you mean by local view? A VFP local view looks at VFP data. If you mean a view stored on the server, then the answer is- the server view is faster, because the view code is precompiled. All stored procs and views defined in the server database use the server's processor. Actually all operations on server databases run on the server- because clients don't have direct access to the files.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform