Re: MS Access need to be installed on Remote server? When connect through VB.Net
From: Ken Tucker [MVP] (vb2ae_at_bellsouth.net)
Date: 09/22/04
- Next message: Wild Wind: "Re: Is it just me, or are events just Subs in disguise ??"
- Previous message: Ken Tucker [MVP]: "Re: Need tool that shows unused methods"
- In reply to: http://www.visual-basic-data-mining.net/forum: "MS Access need to be installed on Remote server? When connect through VB.Net"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 06:33:42 -0400
Hi,
It is a security issue. The framework has differnent security
settings for each zone. If you are in the internet zone you have less
access to the computers file system. Use code to open the database the
controls give you that error.
Ken
--------------
"http://www.visual-basic-data-mining.net/forum" <simiking@gmail.com> wrote
in message news:%23OLCZXIoEHA.3324@TK2MSFTNGP12.phx.gbl...
Hi, I am new here. I am facing a problem that I can't connect to MS Access
with my Web application written in VB.Net.
It gives me this kind of error:
The Microsoft Jet database engine cannot open the file 'E:\DATA1.mdb'. It is
already opened exclusively by another user, or you need permission to view
its data.
I try to connect to the DATA1.mdb through server pool, the connection is
tested successfully, but I can't connect to it through the connection
string. I am currently using Win2k, the folder that contain DATA1.mdb is
already assigned Everyone "Full" permission.
My Connection String is such as below:
("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\DATA1.mdb;User
ID=Admin;Password=;")
Any helps will be much much more appreciated. :))
-- dragonist - forum member http://www.visual-basic-data-mining.net/forum
- Next message: Wild Wind: "Re: Is it just me, or are events just Subs in disguise ??"
- Previous message: Ken Tucker [MVP]: "Re: Need tool that shows unused methods"
- In reply to: http://www.visual-basic-data-mining.net/forum: "MS Access need to be installed on Remote server? When connect through VB.Net"
- Messages sorted by: [ date ] [ thread ]