Local dbf connection works but fails when remote

0

I have the code:

string DbfConnectionString = @"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\DUMP\sgc\D; Extended Properties=dBASE IV;";

It works perfectly on my note, but when I put the application on the client it displays the message:

  

C: \ DUMP \ sgc \ D 'is not a valid path. Make sure that the name of the   path is spelled correctly and that you are connected to the   server on which the file resides.

    
asked by anonymous 13.12.2016 / 12:38

0 answers