Hi,
I need help in understanding what is preventing me from using tables on network mapped drive & how to resolve it.
I have successfully used hp_processRun() to map a remote Linux server samba drive under Windows 10 using plink. I can browser the drive using Windows' File Explorer.
I make sure that the mapping exist by looping until File("\\10.0.0.1\table.dbf") returns True.
I have mapped 10.0.0.1 to R: which is successful as I can access R: after this.
I have tried SET DEFAULT TO R:\
I have also tried SET PATH TO "\\10.0.0.1"
But dbUseArea(.T.,, "table") always returned False.
I am out of ideas. Please help.
Thanks,
Raymond