Hi again,
am working on VFP 6, and tried what u said on VFP 7 to check out if it depends on the version.. Did you try this?
open mydata.dbc shared && Opened shared
open mydata.dbc exclusive && Open exclusive
then open VFP again and:
open mydata.dbc shared
I tried the above, and the DB simply opens with no errors, which means that it wasn't open exclusive. If you even check the following in the first VFP program:
?ISEXCLUSIVE('mydata',2)
this gives .F. which means that it wasn't open exclusive, while if you open it initially exclusive, it gives .T.
Regards,
Maha