Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What data is transmitted across the network?
Message
From
14/08/2003 01:56:53
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
13/08/2003 21:20:56
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00820001
Message ID:
00820026
Views:
21
Foxpro will open the base table at the same time as the view and leave it open, to speed up requery(), I think. You can see this by designing a local view, open it and then open the Data Session window. And no, the base table data isn't tranferred to the client machine to issue the update, only the data from updated records.

>Hi all,
>
>I have a question regarding VFP's performance across a local area network as to how it handles data transfer between the client and server computers.
>
>In our case, we have a 501 MB (2,000,000+ rows) table sitting on a server. Our application does not open the table directly but uses a local parameterized view to extract data.
>
>My question is: When our application issues a tableupdate() in optimistic row-buffering mode, I know VFP opens the base table and the corresponding CDX file, does VFP 'gets' the base table data with the index to the client machine to issue the update? Is the entire base table with CDX 'transferred' across the network?
>
>Any feedbacks, comments or links highly appreciated.
Previous
Reply
Map
View

Click here to load this message in the networking platform