Dear All,
How can I open file with IP address such as \192.168.0.1\data\test.dbf ?
Can we map network driver in VPN?
Thanks,
Dutch
Dear All,
How can I open file with IP address such as \192.168.0.1\data\test.dbf ?
Can we map network driver in VPN?
Thanks,
Dutch
Hi,
You can do this :-
The speed depands on line connection and the server pc.
Regards
tnhoe
Dutch,
I do this in one of my apps. I have a config file with the IP address for a certain PC then I just do the following:
cFile := "\"+alltrim(config->cIP)+"\myDir\Text.dbf"
USE &cFile SHARED NEW ALIAS "PCserver"
Hope this helps,
Jeff
Dear Jeff,
I try to open with local IP, it works great but I cannot open with public IP (internet). Can I do it? If so, how?
Thanks®ards,
Dutch
Thanks tnhoe, I will try it.
Regards,
Dutch