Date:  09/03/2002 05:21:23 AM Msg ID:  000857
From:  Harriet Thread:  000857
Subject:  File access is denied
Hello,
 
I would like to open a table which is located in other server.
In VFP 7, I can open the table.
 
use \\server2\data\test.dbf share
 
But, in mytest.fwx the error "File access is denied" is occurred.
'mytest.fwx' is in the 'server1', the table is in the 'server2'.
Both of them are webservers.
 
Thanks.