Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi-user Problem
Message
From
09/07/1998 03:10:03
Thian Li Choo
Malitnet Group of Companies
Kuching, Malaysia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Multi-user Problem
Miscellaneous
Thread ID:
00115598
Message ID:
00115598
Views:
38
Dear all,

I used the below code to control other user access to the same database. I able to get the error no. in order to control it. But sometime the problem "Data Environment is already unload" is encounter or Open table dialog box is appeared during the process.

Why? Is there any solution to solve this problem ?

Example:
*================================
CLOSE DATA
SET EXCL ON
OPEN DATA (database name)

ON ERROR DO error()

USE (table1)
REINDEX

(may use the same table again to process other updating)

CLOSE DATA
SET EXCL OFF

*=========================

Thank you very much for your kindness!!!
Next
Reply
Map
View

Click here to load this message in the networking platform