Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tables opened in work area when using a view
Message
 
 
To
14/08/2001 11:49:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00543565
Message ID:
00543570
Views:
22
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform