B
blantz
I am trying to connect to an Access database on a network drive and
the web server is on the same network, i.e. G:\sample\test.mdb and
everytime I try to connect to it I get an error saying...
'G:\sample\test.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. I then tried giving the full path to the server,
i.e. \\webserver\c:\inetpub\... but got the same error.
When I move the database to my local computer it works fine. Here is
the connection string I am trying to use.
Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=G:\sample\test.mdb;
When I connect via regular ASP using this custom connection string,
everything works correct... any ideas?
"Driver={Microsoft Access Driver (*.mdb)}; Dbq=G:\sample\test.mdb"
the web server is on the same network, i.e. G:\sample\test.mdb and
everytime I try to connect to it I get an error saying...
'G:\sample\test.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. I then tried giving the full path to the server,
i.e. \\webserver\c:\inetpub\... but got the same error.
When I move the database to my local computer it works fine. Here is
the connection string I am trying to use.
Provider=Microsoft.Jet.OLEDB.4.0;
Data Source=G:\sample\test.mdb;
When I connect via regular ASP using this custom connection string,
everything works correct... any ideas?
"Driver={Microsoft Access Driver (*.mdb)}; Dbq=G:\sample\test.mdb"