ho visogno che la mia applicazione si connetta ad un database e utilizzo la seguente stringa di connessione: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=//server/database/data.mdb;Persist Security Info=True".
ma il server mi da il seguente errore:
'\\server\database\data.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.
come posso risolvere?