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 presents the message:
C: DUMP Sgc D' is not a valid path. Make sure that the name of path is written correctly and you are connected to server on which the file resides.
Claudio, by error you do not have a database dBase available from the path in question. You need to either move / create a database in that path or change your application to point to the database path on the server.
– Anthony Accioly
Anthony, the directory and database structure is equal in both the note and the client server. Thank you for your interest.
– Cláudio Teixeira
I tried the solution in
– Cláudio Teixeira
I tried the solution at http://kb.tableau.com/articles/knowledgebase/resolving-error-when-publishing-workbook-with-file-datasource?lang=pt-br. It also didn’t work.
– Cláudio Teixeira