Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does this look like a BUG to you?
Message
From
09/10/2003 08:48:39
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Does this look like a BUG to you?
Miscellaneous
Thread ID:
00836767
Message ID:
00836767
Views:
49
Hi all!

Using VFP8 sp1, it seems that re-opening a database does not respect the SHARED/EXCL clause without first closing the database. For example...

*This works
OPEN DATA myDBC SHARED
CLOSE DATA
OPEN DATA myDBC EXCL
PACK DATA

CLOSE ALL

*This does not work
OPEN DATA myDBC SHARED
OPEN DATA myDBC EXCL
PACK DATA

What do you guys think?
L.A.Long
ProgRes
lalong1@charter.net
Next
Reply
Map
View

Click here to load this message in the networking platform