Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP Networking
Message
From
16/07/2001 23:34:52
Ransome So
Ransome's Workshop
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
VFP Networking
Miscellaneous
Thread ID:
00531343
Message ID:
00531343
Views:
54
Dear all,

In my application, 2 programs are installed on 2 computers in sharing the same tables which located on one of the 2 computers. The computers are connected with LAN. By mapping the tables to a network drive z:, one of the program on the computer ComputerA (the workstation) which is about to access the tables on the other computers ComupterB (the server) by adding the command codes :

thisform.dataenvironment.cursor1.database=z:\MyTable.DBC
:
:

at the BeforeAutoOpenTable Event on each of the form of the computerA

Additionally I set

Set exclusive off at Load() Event and
DataSession=2 at every forms on both of the computers(ComputerA/ComputerB).

Afterward, Can I sucess to share the datas simultaneously on the two machiness?
What else should I consider.

Is deletion not support in sharing databases? i.e. I can not delete a record when the tables are opened shared .

The case is urgent!

Thank you for your kind attentions.


With regards,

Ransome
Next
Reply
Map
View

Click here to load this message in the networking platform