Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I set my table exclusive
Message
De
18/11/1999 19:31:51
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00292759
Message ID:
00292825
Vues:
30
>I have a table that I am trying to use exclusive on the network, but my program is not seeing the table as exclusive. If I set a table exclusive and run my program in two different locations, non of them bomb. Isn't exclusive suppose to only allow 1 user to use the table?. Is there something I don't know about how an exclusive table should behave on network (novell)? Help much appreciated
>

SET EXCLUSIVE applies only to files opened after the fact, and is scoped to the datasession. Try

USE MyTable EXCLUSIVE

OR

SET EXCLUSIVE ON
USE MyTable

Warning - if the table is already open in your app, this will fail. Close any open instance first.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform