J
jem777
Weird!
I am opening an MS Access database using an OleDbConnection.
The system:
1) Windows Server 2003 (with latest patches)
2) .NET framework 1.1
3) R: is a mapped network drive.
From a web page I try to open the connection to the Access db using this
connection string:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=R:\VTVideo.mdb
This outputs me this error:
System.Data.OleDb.OleDbException: 'R:\VTVideo.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.
NB:
1) If the file is local everything works perfectly.
2) The network drive is connected and has all permissions.
3) I tried switching to ODBC connection and the error is the same (this
suggests me that it is an authentication IIS problem).
4) In a Windows2000 environment everything just works!
Pleas help me!
Camillo
I am opening an MS Access database using an OleDbConnection.
The system:
1) Windows Server 2003 (with latest patches)
2) .NET framework 1.1
3) R: is a mapped network drive.
From a web page I try to open the connection to the Access db using this
connection string:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=R:\VTVideo.mdb
This outputs me this error:
System.Data.OleDb.OleDbException: 'R:\VTVideo.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.
NB:
1) If the file is local everything works perfectly.
2) The network drive is connected and has all permissions.
3) I tried switching to ODBC connection and the error is the same (this
suggests me that it is an authentication IIS problem).
4) In a Windows2000 environment everything just works!
Pleas help me!
Camillo