Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking at a USEd file
Message
From
29/09/2014 14:28:51
 
 
To
29/09/2014 14:18:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01608476
Message ID:
01608477
Views:
75
>Hi All:
>
>I have 2 instances of VFP running on my machine, to simulate a problem I'm having on a network.
>
>On machine 1, I've executed the following:
>
>
>USE foo excl
>
>
>On machine 2, neither of these commands will then work. How can I gain read access to the file?
>
>
>sele * from foo into cursor hello
>
>use foo shared
>
>use foo again shared
>
>
>Thanks,
>
>Yossi

Hi Yossi,

Once the table is opened EXCLUSIVE you cannot open it again. To accomplish what you want, on machine 1 open foo shared

Hope this helps,

Ken
Previous
Reply
Map
View

Click here to load this message in the networking platform