Can not access MDB file from remote computer using ASP

G

Gireesh Sahu

Dear Sir/Madam,

I have a two machines on my network connected on samr
domain.

One machine is a web server and another is a just domain
client.

On the second machine, i have one MS access file and i am
trying to access that file using ASP giving the connection
string like below...

1. Con.Open "Data
Source=g:\dbBreakLine.mdb;Provider=Microsoft.Jet.OLEDB.4.0;
"

2. con.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=\\abc\E\dbBreakLine.mdb"


But every time i am getting the same error like below

Error Type:
Microsoft JET Database Engine (0x80004005)
The Microsoft Jet database engine cannot open the
file 'g:\dbBreakLine.mdb'. It is already opened
exclusively by another user, or you need permission to
view its data.
/breakline/test.asp, line 32

I have given all permissions to that ms access file and
that drive but i could not solve that problem.

Please help me out.

Regards,
Gireesh Sahu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top