Jet Won't Open | Bytes (2024)

Home Posts Topics Members FAQ

Curt Emich

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\www root\TimeTracke r\Data\TimeTrac ker.mdb'. 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

Subscribe Reply

6 Jet Won't Open | Bytes (1) 1343 Jet Won't Open | Bytes (2)

William Ryan eMVP

Hi Curt:
"Curt Emich" <ce****@comcast .net> wrote in message
news:C9******** ************@co mcast.com...

I get the following error when I write any code against a connection thatis 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\www root\TimeTracke r\Data\TimeTrac ker.mdb'. It is alreadyopened 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

William Ryan eMVP

Hi Curt:
"Curt Emich" <ce****@comcast .net> wrote in message
news:C9******** ************@co mcast.com...

I get the following error when I write any code against a connection thatis 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\www root\TimeTracke r\Data\TimeTrac ker.mdb'. It is alreadyopened 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

Curt Emich

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.de vbuzz.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...

Hi Curt:
"Curt Emich" <ce****@comcast .net> wrote in message
news:C9******** ************@co mcast.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\www root\TimeTracke r\Data\TimeTrac ker.mdb'. 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

Curt Emich

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.de vbuzz.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...

Hi Curt:
"Curt Emich" <ce****@comcast .net> wrote in message
news:C9******** ************@co mcast.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\www root\TimeTracke r\Data\TimeTrac ker.mdb'. 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

William Ryan eMVP

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******** ************@co mcast.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 alljust acknolwedge that Acess CANNOT be used from .NET. Thanks for trying.
"William Ryan eMVP" <bi**@NoSp4m.de vbuzz.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...

Hi Curt:
"Curt Emich" <ce****@comcast .net> wrote in message
news:C9******** ************@co mcast.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\www root\TimeTracke r\Data\TimeTrac ker.mdb'. 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

William Ryan eMVP

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******** ************@co mcast.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 alljust acknolwedge that Acess CANNOT be used from .NET. Thanks for trying.
"William Ryan eMVP" <bi**@NoSp4m.de vbuzz.com> wrote in message
news:Oe******** ******@TK2MSFTN GP11.phx.gbl...

Hi Curt:
"Curt Emich" <ce****@comcast .net> wrote in message
news:C9******** ************@co mcast.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\www root\TimeTracke r\Data\TimeTrac ker.mdb'. 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 2141

Recordset won't open in specified mode, WHY???

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 open in this mode and instead loads in forward only. Some code is here.

Visual Basic 4 / 5 / 6

4 7088

Form suddenly won't open, why?

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 events, when I try to run the form suddenly won't run. I get the message "The expression On Open you entered as the event property setting produced...

Microsoft Access / VBA

5 3766

Hyperlinks to IE won't open

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 have the same basic computers with the same base image. The problem is, whenever I create a hyperlink object in the database, I'm able to click...

Microsoft Access / VBA

1 1430

aspnet property window won't open

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 won't even display). Both windows display while debugging is process. Is there a patch to this problem?

ASP.NET

1 1269

.Net 2003 property window won't open

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 even display). Both windows display while debugging is process. Is there a patch to this problem?

ASP.NET

11 1806

My Database won't convert to 97!

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 menu won't work. I has two parts, a mainmenu and a submenu which displays the option buttons.

Microsoft Access / VBA

1102

Files won't open online

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 site. If I have to download everytime it's a pain. I'm not getting error messages. On Amazon there's no response at all when I click on "listen"...

.NET Framework

4 10483

New to CString. Why won't this compile?

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 tried throwing in a bunch of #includes but didn't help. Here's the compiler errors: Compiling...

C / C++

16 2678

Excel Instance won;t die if coping cell content to struct

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 System.Collections.Generic.List<frmMain.sDBTest> LoadTestSet(string TestSetFile, System.Collections.Generic.List<frmMain.sDBTestDBviewList)

C# / C Sharp

7484

What is ONU?

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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...

General

7675

Problem With Comparison Operator <=> in G++

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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...

C / C++

7928

Maximizing Business Potential: The Nexus of Website Design and Digital Marketing

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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...

Online Marketing

1 7440

The easy way to turn off automatic updates for Windows 10/11

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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...

Windows Server

5997

AI Job Threat for Devs

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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...

Career Advice

4963

Couldn’t get equations in html when convert word .docx file to html file in C#.

by: conductexam |last post by:

I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...

C# / C Sharp

3451

Windows Forms - .Net 8.0

by: adsilva |last post by:

A Windows Forms form does not have the event Unload, like VB6. What one acts like?

Visual Basic .NET

1 1902

transfer the data from one system to another through ip address

by: 6302768590 |last post by:

Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

C# / C Sharp

726

Comprehensive Guide to Website Development in Toronto: Expert Insights from BSMN Consultancy

by: bsmnconsultancy |last post by:

In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

General

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

To disable or enable advertisem*nts and analytics tracking please visit the page.

Jet Won't Open | Bytes (2024)
Top Articles
Latest Posts
Article information

Author: Melvina Ondricka

Last Updated:

Views: 5281

Rating: 4.8 / 5 (68 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Melvina Ondricka

Birthday: 2000-12-23

Address: Suite 382 139 Shaniqua Locks, Paulaborough, UT 90498

Phone: +636383657021

Job: Dynamic Government Specialist

Hobby: Kite flying, Watching movies, Knitting, Model building, Reading, Wood carving, Paintball

Introduction: My name is Melvina Ondricka, I am a helpful, fancy, friendly, innocent, outstanding, courageous, thoughtful person who loves writing and wants to share my knowledge and understanding with you.