Hi,
I have a web server at one site and an access database
at another site - they are connected via a vpn and i can map a network drive to the folder on the database server
from my web server.
I am trying to write to a table in the access database.
The asp page uses the following conn string to
connect to an Access database.
[where x: is the mapped drive at the remote site]
but i get the following error
The code works fine for a local access DB - on c drive.
I know the mapped drive is working ok because if i type x: into explorer on the web server it opens the access database folder at the remote site.
I was looking at IUSR permissions but the access server doesnt have IIS installed - does this need to be installed on the remote server ?
many thanks MG
I have a web server at one site and an access database
at another site - they are connected via a vpn and i can map a network drive to the folder on the database server
from my web server.
I am trying to write to a table in the access database.
The asp page uses the following conn string to
connect to an Access database.
[where x: is the mapped drive at the remote site]
Code:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=x:\database.mdb"
but i get the following error
Code:
Microsoft JET Database Engine error '80004005'
'x:\database.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.
The code works fine for a local access DB - on c drive.
I know the mapped drive is working ok because if i type x: into explorer on the web server it opens the access database folder at the remote site.
I was looking at IUSR permissions but the access server doesnt have IIS installed - does this need to be installed on the remote server ?
many thanks MG