Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Shared option in USE command
Message
From
23/09/2014 08:59:19
 
 
To
23/09/2014 07:21:16
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01608037
Message ID:
01608046
Views:
48
>>Someone is opening the table (assuming it's a table) in exclusive mode. If that shouldn't be occurring at all, then SET EXCLUSIVE OFF or USE table SHARED in the part of your code that does not explicitly opens the table in non-exclusive mode.
>>
>>Note that DELETE and RENAME also require exclusive access. The same error will trigger if you attempt one of these on an opened file (regardless of exclusiveness mode).
>
>In addition:
>PACK, ALTER TABLE, REINDEX structural index also require exclusive access. Reindexing very old style .ndx did not, hazy about non-structural cdx...

I believe the reported error is different, is these cases (File access denied or File must be opened exclusively).
----------------------------------
António Tavares Lopes
Previous
Reply
Map
View

Click here to load this message in the networking platform