Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A strange behaviour of FLOCK()...... in my opinion
Message
From
30/01/2007 12:55:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
A strange behaviour of FLOCK()...... in my opinion
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01190544
Message ID:
01190544
Views:
75
Let's say I do the followings:
- open an instance of Visual FoxPro
- create a table "tabtest" and enter some data
- issue a FLOCK() on that table
- perform: "SELECT * FROM tabtest" and I get the data
Everything's OK so far.

If I open another instance of Visual FoxPro (the previous instance is still opened) and try the same query: "SELECT * FROM tabtest" I get the error message that the file is in use by another user. (SET EXCLUSIVE is OFF in both of the situations)
Can someone, please, explain to me this type of behaviour because in FPD 2.6, in the same situations, I was able to run that query.

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform