473,395 Members | 1,996 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Jet Won't Open

I get the following error when I write any code against a connection that is
hooked to an Access database:
The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\TimeTracker\Data\TimeTracker.m db'. It is already opened
exclusively by another user, or you need permission to view its data.
Does anyone have any idea what to do about this?
Jul 21 '05 #1
6 1335
Hi Curt:
"Curt Emich" <ce****@comcast.net> wrote in message
news:C9********************@comcast.com...
I get the following error when I write any code against a connection that is hooked to an Access database:
First, can you open the DB manually? If not then the problem is much more
serious. If you can then check out this KB Article:\

http://support.microsoft.com/default...b;EN-US;306269
http://www.dotnet247.com/247referenc.../13/68136.aspx

The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\TimeTracker\Data\TimeTracker.m db'. It is already opened exclusively by another user, or you need permission to view its data.
Does anyone have any idea what to do about this?

Jul 21 '05 #2
Hi Curt:
"Curt Emich" <ce****@comcast.net> wrote in message
news:C9********************@comcast.com...
I get the following error when I write any code against a connection that is hooked to an Access database:
First, can you open the DB manually? If not then the problem is much more
serious. If you can then check out this KB Article:\

http://support.microsoft.com/default...b;EN-US;306269
http://www.dotnet247.com/247referenc.../13/68136.aspx

The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\TimeTracker\Data\TimeTracker.m db'. It is already opened exclusively by another user, or you need permission to view its data.
Does anyone have any idea what to do about this?

Jul 21 '05 #3
Auuuughhh! I've tried everything suggested in this message and anything
related I can find on Google, but STILL I can't open Access from .NET to
save my life!!

Maybe the suicide rate among programmers would drop a little if we all just
acknolwedge that Acess CANNOT be used from .NET. Thanks for trying.
"William Ryan eMVP" <bi**@NoSp4m.devbuzz.com> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hi Curt:
"Curt Emich" <ce****@comcast.net> wrote in message
news:C9********************@comcast.com...
I get the following error when I write any code against a connection
that is
hooked to an Access database:


First, can you open the DB manually? If not then the problem is much more
serious. If you can then check out this KB Article:\

http://support.microsoft.com/default...b;EN-US;306269
http://www.dotnet247.com/247referenc.../13/68136.aspx


The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\TimeTracker\Data\TimeTracker.m db'. It is already

opened
exclusively by another user, or you need permission to view its data.
Does anyone have any idea what to do about this?


Jul 21 '05 #4
Auuuughhh! I've tried everything suggested in this message and anything
related I can find on Google, but STILL I can't open Access from .NET to
save my life!!

Maybe the suicide rate among programmers would drop a little if we all just
acknolwedge that Acess CANNOT be used from .NET. Thanks for trying.
"William Ryan eMVP" <bi**@NoSp4m.devbuzz.com> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hi Curt:
"Curt Emich" <ce****@comcast.net> wrote in message
news:C9********************@comcast.com...
I get the following error when I write any code against a connection
that is
hooked to an Access database:


First, can you open the DB manually? If not then the problem is much more
serious. If you can then check out this KB Article:\

http://support.microsoft.com/default...b;EN-US;306269
http://www.dotnet247.com/247referenc.../13/68136.aspx


The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\TimeTracker\Data\TimeTracker.m db'. It is already

opened
exclusively by another user, or you need permission to view its data.
Does anyone have any idea what to do about this?


Jul 21 '05 #5
Hi Curt:

Access can definitely be used from .NET ;-). Have you verified that you an
open it manually? If so, then create copy the Db to your local machine to
like the C:\ drive and create a desktop app. Then use the DataAdapter
connection wizard, it will ask you for a connection, set it up to point ot
the local file on C and test the connection. It should connect. If it does,
then it's most likely a permission problem. If not, then the DB is the
problem, maybe its corrupted (although if you can open it manually then it's
not a corruption).

Let me know.

Bill
"Curt Emich" <ce****@comcast.net> wrote in message
news:wJ********************@comcast.com...
Auuuughhh! I've tried everything suggested in this message and anything
related I can find on Google, but STILL I can't open Access from .NET to
save my life!!

Maybe the suicide rate among programmers would drop a little if we all just acknolwedge that Acess CANNOT be used from .NET. Thanks for trying.
"William Ryan eMVP" <bi**@NoSp4m.devbuzz.com> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hi Curt:
"Curt Emich" <ce****@comcast.net> wrote in message
news:C9********************@comcast.com...
I get the following error when I write any code against a connection that
is
hooked to an Access database:


First, can you open the DB manually? If not then the problem is much

more serious. If you can then check out this KB Article:\

http://support.microsoft.com/default...b;EN-US;306269
http://www.dotnet247.com/247referenc.../13/68136.aspx


The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\TimeTracker\Data\TimeTracker.m db'. It is already

opened
exclusively by another user, or you need permission to view its data.
Does anyone have any idea what to do about this?



Jul 21 '05 #6
Hi Curt:

Access can definitely be used from .NET ;-). Have you verified that you an
open it manually? If so, then create copy the Db to your local machine to
like the C:\ drive and create a desktop app. Then use the DataAdapter
connection wizard, it will ask you for a connection, set it up to point ot
the local file on C and test the connection. It should connect. If it does,
then it's most likely a permission problem. If not, then the DB is the
problem, maybe its corrupted (although if you can open it manually then it's
not a corruption).

Let me know.

Bill
"Curt Emich" <ce****@comcast.net> wrote in message
news:wJ********************@comcast.com...
Auuuughhh! I've tried everything suggested in this message and anything
related I can find on Google, but STILL I can't open Access from .NET to
save my life!!

Maybe the suicide rate among programmers would drop a little if we all just acknolwedge that Acess CANNOT be used from .NET. Thanks for trying.
"William Ryan eMVP" <bi**@NoSp4m.devbuzz.com> wrote in message
news:Oe**************@TK2MSFTNGP11.phx.gbl...
Hi Curt:
"Curt Emich" <ce****@comcast.net> wrote in message
news:C9********************@comcast.com...
I get the following error when I write any code against a connection that
is
hooked to an Access database:


First, can you open the DB manually? If not then the problem is much

more serious. If you can then check out this KB Article:\

http://support.microsoft.com/default...b;EN-US;306269
http://www.dotnet247.com/247referenc.../13/68136.aspx


The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\TimeTracker\Data\TimeTracker.m db'. It is already

opened
exclusively by another user, or you need permission to view its data.
Does anyone have any idea what to do about this?



Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: daniel d | last post by:
hi all, Im using VB 6.0 Pro, my DB is SQL server 2000 Eval edn. I am using stored procedures to get data from my DB. I am trying to open up a new recordset as a dynamic however it refuses to...
4
by: Corepaul | last post by:
I am working in Windows 2000 and Access 2000 and am a rookie in Access. Coding merrily along, I stop periodically to test that everything works. After adding a small amount of code to several...
5
by: John Warner | last post by:
I have a wierd problem that I can't find any reference to in the knowledge base. I develop simple databases at the company where I work, and many of them are used by hundreds of employees. We all...
1
by: Regardt | last post by:
Microsoft windows .Net 2003 I have a mayor problem! My property window won't open. I tried using the dynamic help to open the property window, but with out success. (The dynamic help window...
1
by: Regardt | last post by:
Microsoft windows .Net 2003 I have a mayor problem! My property window won't open. I tried using to dynamic help to open the property window, but with out success. (The dynamic help window won't...
11
by: John Ortt | last post by:
Hi everyone. I have a database which I have developed in Access 2000 which is working nicely. The problem is that my customer only has Access 97. I tried to convert the database but the main...
0
by: Booklady | last post by:
This problem has just suddenly happened. Music samples won't play on Amazon, files won't open on other sites without downloading. I just want to watch some things and there are several on the same...
4
by: Susan Rice | last post by:
I'm new to using CString. Why won't the following compile? I'm using Microsoft Visual C++ 6.0 Line 37 which it complains about is the function: 37 CString ConvertFile(char *szFileName) I...
16
by: alexia.bee | last post by:
Hi all, In some weird reason, excel instance won;t die if i remove the comment from 4 lines of setting values into struct. here is a snipcode public...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.