Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem sharing a database in FoxPro 7
Message
From
27/02/2002 16:13:08
Thomas Ianuzzi
Information Security Consultants, Inc.
Florida, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Problem sharing a database in FoxPro 7
Miscellaneous
Thread ID:
00626018
Message ID:
00626018
Views:
50
I built an application which ran in a multiuser configuration in FoxPro 6 Now in FoxPro7 it does not. The starting program contains the following lines to insure shared access.

SET EXCLUSIVE OFF
OPEN DATABASE INVENTORY1 SHARED
SET MULTILOCKS ON
CursorSetProp("Buffering", 3, 0)
DO FORM INVENTORY

After the first copy of the program is run, the database itself is not accessable (the project manager shows no tables and an error message states that no drilldown information is available.

A look at the data environment while the application is running shows all cursors are buffered and none are opened exclusively.

What else could be holding the databsse exclusively?
Next
Reply
Map
View

Click here to load this message in the networking platform