file'c:\program files\vfp\data\test.dbf' dose not exist解决方案

filec:\program files\vfp\data\test.dbf dose not exist我在e盘下面建了个工程,然后建了个名字为data的

file'c:\program files\vfp\data\test.dbf' dose not exist
我在e盘下面建了个工程,然后建了个名字为data的database,把另外一张test的表加了进来,结果use   data/test   出现file 'c:\program   files\vfp\data\test.dbf '   dose   not   exist

[解决办法]
use c:\program files\vfp\test.dbf
[解决办法]
不能采用绝对路径
[解决办法]
最好设置好默认路径后,用相对路径引用。这样不易出错。
[解决办法]
set defa to e:\项目所在文件夹