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:
00543570
Vues:
18
>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

You can test this yourself with the USED() function. In general, if you have created a remote view in the local DBC, the table will not be USED() and the remote DBC will not be DBUSED(). If you created a local view, functions return true.
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform