Hi,
I am using windows service created in VS 2008 and
using Connection string to connect VFP Container (DBC file) which is kept on different machine , i am specifying the below path
Provider=VFPOLE DB.1;Data Source=//192.168.1.2/data/FolderName/my.dbc;exclusiv e=False;Collati ng Sequence=MACHIN E"
I am Using the different machine IP address and then folder path in the string . Now this Service exe does not open the connection, it gives the error "Invalid Path or File Name"
Could some one please help to resolve the issue
THank you very much in advance
I am using windows service created in VS 2008 and
using Connection string to connect VFP Container (DBC file) which is kept on different machine , i am specifying the below path
Provider=VFPOLE DB.1;Data Source=//192.168.1.2/data/FolderName/my.dbc;exclusiv e=False;Collati ng Sequence=MACHIN E"
I am Using the different machine IP address and then folder path in the string . Now this Service exe does not open the connection, it gives the error "Invalid Path or File Name"
Could some one please help to resolve the issue
THank you very much in advance
Comment