JacobTechy
Programmer
I have a executible file that calls a database using an .INI file. The .INI file has the following script.
This G drive is a network drive. This works from a my computer which is on the same lan as the serverA that has this database file.
What the problem is that I am trying to connect to this file from a remote computer on a different lan but same wan connected thru VPN.
How should the syntax of the script look like if I want to link it this way. I have tried by IP address since I am able to ping the serverA that hold this file. here is the script with the ip address format but this way is not working.
I can however connect by mapping a network drive directly to the serverA but I dont want to map it on every computer.
Is their another way to link it without having to have the network drive appear on every computer.
Code:
[Options]
SystemDb=G:\GAPPS\WHOIN\HUDSON.MDA
This G drive is a network drive. This works from a my computer which is on the same lan as the serverA that has this database file.
What the problem is that I am trying to connect to this file from a remote computer on a different lan but same wan connected thru VPN.
How should the syntax of the script look like if I want to link it this way. I have tried by IP address since I am able to ping the serverA that hold this file. here is the script with the ip address format but this way is not working.
Code:
[Options]
SystemDb=\\xxx.xxx.xxx.xxx\GAPPS\WHOIN\HUDSON.MDA
I can however connect by mapping a network drive directly to the serverA but I dont want to map it on every computer.
Is their another way to link it without having to have the network drive appear on every computer.