Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 3rd, 2007, 06:31 AM
Authorized User
 
Join Date: Dec 2006
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Default Database Error: Microsoft Jet Engine

When i try connecting to my database i get an error.
The Microsoft Jet database engine cannot open the file "FILENAME\file.mdb". It is already opened exclusively by another user or you need permission to view it's data.

 
Old April 3rd, 2007, 07:54 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

The error message says it rather well. The file is in use.

If you are sure that it *shouldn't* be in use, check for a *.ldb file. This is the Access db lock file. If you are confident that nothing is actually using the file, delete the *.ldb file and the database should be "unlocked".

-Peter
 
Old April 3rd, 2007, 09:33 AM
Authorized User
 
Join Date: Dec 2006
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by planoie
 The error message says it rather well. The file is in use.

If you are sure that it *shouldn't* be in use, check for a *.ldb file. This is the Access db lock file. If you are confident that nothing is actually using the file, delete the *.ldb file and the database should be "unlocked".

-Peter
The file you mentionned does not exists. This error normally occurs at the start of day when no one has logged into this application and database.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Microsoft JET Database Engine error '80040e4d' schuh.mike Access ASP 1 November 26th, 2006 06:30 PM
Microsoft JET Database Engine error '80040e10' malhyp Classic ASP Databases 5 June 6th, 2006 10:07 PM
Microsoft JET Database Engine error '80040e14' aprnip Classic ASP Databases 2 November 15th, 2004 02:06 AM
Microsoft JET Database Engine error '80040e10' waynehultum Classic ASP Databases 15 August 20th, 2004 10:22 AM
Microsoft JET Database Engine error '80040e10' nvillare Classic ASP Databases 1 August 20th, 2003 12:09 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.