Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tables opened in work area when using a view
Message
 
 
À
14/08/2001 11:49:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00543565
Message ID:
00543575
Vues:
14
>HELP
> I need to know if a table is being used localy when a (fileserver) view is being accessed. If the table is being pulled down localy or into memory is there a way to avoid this. The table DBC lives on the server and the view DBC lives on the local drive.
>
>Thanks

Jon,
Yes it is. VFP is not client/server so everything is done locally when using VFP data. However, only the indexes and whatever data is being extracted is brought over the wire from the server table. VFP does not try and suck down the whole table if you merely open (use) it.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform