Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't open table exclusive
Message
De
22/11/2006 10:47:52
 
 
À
22/11/2006 08:07:18
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 9 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01171706
Message ID:
01171772
Vues:
13
>>>Hi!
>>>
>>>I have VFP database on network. If anyone start aplication, and then quit, its impossible to open any table exclusive. Only solution is to restart file server.
>>>If I try
>>>
>>>Use table exclusive
>>>
>>>I got "File access denied" message...
>>>Any way to open table exclusive without restart? Do I need to explicite close database and tables before quit aplication?
>>>
>>>Branko
>>
>>It's ALWAYS a good iddea to close your tables and/or database before quitting an app. That's probabbly your problem then.
>
>I have Close All. This is my end procedure:
>
>Procedure Kraj
>
>Release All
>Clear All
>If Version(2) = 0
>	Close All
>	Quit
>EndIf
>Return
>
>Is something wrong here?

Why test for Version()? Just:

Close Tables all
Close database
Quit
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform