Hi All,
For now I have another questions that might drive you all attention to it.
Well I now have two identical systems situated at different locations
(computer A and B where they both are connected through local LAN and their
project folder are shared). I'm in A and expecting to open a dbf file from B.
For example:
computer name: B
project folder: projfdr
dbf name: b1.dbf
My code is like as follows;
select 30
use '\\B\projfdr\data\b1'
It jumps an error message of "Invalid Path or...".
Please tell me what command I should use to open this dbf file. Thanks.
Sam.