|
-
Nov 2nd, 2004, 06:36 PM
#1
Thread Starter
New Member
MS Access database connection problem
I am trying to connect to an MS Access database on our web server using ASP.NET. I keep getting the message:
"The Microsoft Jet database engine cannot open the file
'Webservername\Filename.mdb'. It is already opened exclusively by another user, or you need permission to view its data."
I have set up the ASPNET account on the folder in the virtual directory, as well as the mdb file, and I have closed my VB.Net project. (It seems to create an .ldb file if you leave it open after creating an oledb connector)
Has anyone run into this issue before?
-
Nov 3rd, 2004, 02:28 PM
#2
Fanatic Member
might it be that you do not properly dispose of the connections or that you open the db connection and experience a bug (and therefore it remains open)?
is this coming also after a proper reboot?
When your car breaks down,
close all windows and retry 
=> please rate all users posts! <=
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|