Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use a table
Message
 
 
To
30/10/2003 20:34:00
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00844784
Message ID:
00844786
Views:
15
>when i do
>
>use table_a exclusive i got an error
>
>file in use
>
>how can i close a open table ?????

- the table may be already open in a different Data Session.
- the table may be already open by another instance of Fox (or a Fox App) running on your own PC.
- the table may be already open on someone elses PC.

If it is your own PC that already has the table open, then you can USE IN TheNameOfTheTable or USE IN TheAlias if it was opened with an alias different from the actual Table Name. You might want to test to see if a Table is already open before attempting to open it with, IF USED( "TableOrAlias" ).
censored.
Previous
Reply
Map
View

Click here to load this message in the networking platform