473,406 Members | 2,217 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,406 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 1336
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.