Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What data is transmitted across the network?
Message
De
14/08/2003 01:56:53
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
 
 
À
13/08/2003 21:20:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00820001
Message ID:
00820026
Vues:
20
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform