MS Access need to be installed on Remote server? When connect through VB.Net
From: http://www.visual-basic-data-mining.net/forum (simiking_at_gmail.com)
Date: 09/22/04
- Next message: Oenone: "Re: Keyboard shortcuts...."
- Previous message: http://www.visual-basic-data-mining.net/forum: "copy pdf file from local directory to sql database"
- Next in thread: Ken Tucker [MVP]: "Re: MS Access need to be installed on Remote server? When connect through VB.Net"
- Reply: Ken Tucker [MVP]: "Re: MS Access need to be installed on Remote server? When connect through VB.Net"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 22 Sep 2004 04:32:53 -0700
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: Oenone: "Re: Keyboard shortcuts...."
- Previous message: http://www.visual-basic-data-mining.net/forum: "copy pdf file from local directory to sql database"
- Next in thread: Ken Tucker [MVP]: "Re: MS Access need to be installed on Remote server? When connect through VB.Net"
- Reply: Ken Tucker [MVP]: "Re: MS Access need to be installed on Remote server? When connect through VB.Net"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|