Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lock a record or table
Message
 
 
To
13/06/2002 22:21:23
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00668349
Message ID:
00668354
Views:
18
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform