I am reading .dbf
files using Microsoft ACE OLEDB. I always get the following error when I try to release the application:
path name : could not find file.
However, the process works on the local version. Here is my connection string:
Microsoft.ACE.OLEDB.12.0;Data Source=\"\\\\Sv050r03c01dcp1\\Public\\Groupes\\Dbmgs\\Applications légères\\FiMun\\Données\";Extended Properties=dBase VI;
The permissions on the folder have already been verified. It is server side, can someone give me things to verify on the server?