Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lock a record or table
Message
 
 
À
13/06/2002 22:21:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00668349
Message ID:
00668354
Vues:
17
>Hi friends
>
>Can anybody help me so that I can open a table in such a way that no other user can open it (read-only mode is also not allowed) or lock a record so that no other user can read or write on it till it is released.
>

You can open table in exclusive mode.
USE mytable EXCLUSIVE
However, any other user trying to open that table will get "access denied" error.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform