D
Dermot O'Loughlin
Hi all,
I am trying to do what I thought would be a simple task: connect to a
paradox database, that resides on another machine on our network,
through .Net.
I get the following error:
System.Data.OleDb.OleDbException: '\\landfill\e\payload\db' 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
Now this path is definitly a valid one.
The code is:
System.Data.OleDb.OleDbConnection conn = new
System.Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\\\landfill\\e\\payload\\db;Extended Properties=Paradox 5.x");
conn.Open();
Any ideas?
Thanks,
Dermot.
I am trying to do what I thought would be a simple task: connect to a
paradox database, that resides on another machine on our network,
through .Net.
I get the following error:
System.Data.OleDb.OleDbException: '\\landfill\e\payload\db' 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
Now this path is definitly a valid one.
The code is:
System.Data.OleDb.OleDbConnection conn = new
System.Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\\\landfill\\e\\payload\\db;Extended Properties=Paradox 5.x");
conn.Open();
Any ideas?
Thanks,
Dermot.