Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing a free table
Message
 
 
À
18/05/2006 10:34:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 7 SP1
Divers
Thread ID:
01122199
Message ID:
01123221
Vues:
13
>>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform