Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a table be open in two occurances of VFP?
Message
From
14/02/2003 09:06:52
 
 
To
13/02/2003 14:38:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00752841
Message ID:
00753187
Views:
20
>>I want to simulate two users access the same table on my PC, i.e. open the same table in two instances of VFP 7. Can this be done.
>
>Absolutely - as long as neither is opening the table exclusively.
>
>Alan

Thanks, I did the following
open database dbcname shared
use tablename in 0 shared
in both instances, then I check result of rlock(tablename), in second instance get .f. if on the same record, .t. if on different record (as expected).

Question does tableupdate work the same way?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform