Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing a free table
Message
 
 
To
18/05/2006 10:34:06
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 7 SP1
Miscellaneous
Thread ID:
01122199
Message ID:
01123221
Views:
14
>>>>Do you think that will help? I sure can try that. I wasn't aware of the ALIAS command.
>>>
>>>This will not help, bacause the default alias is the name of the table. So USE DEAL ALIAS DEAL and USE DEAL are synonymous.
>>
>>What if DEAL is already open in shared mode? It will open it with different alias (A or B).
>
>If you open a file exclusive, it can not be already opened in shared mode, because then you will receive an error.

Try this with your table:
use Trans in 0 shared
use Trans again in 0 exclusive
set
SELECT 2
?isexclusive()
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform