473,385 Members | 1,673 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,385 software developers and data experts.

MSysAccessStorage Error when opening and closing db

I'm getting the following error message both when opening and closing my dB.

The Microsoft Jet database engine cannot find the input table or query
'MSysAccessStorage'. Make sure it exists and that its name is spelled
correctly.

I'm using Access 2003 but the file format is Access 2000.

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200608/1

Aug 6 '06 #1
5 5728
No need to respond. I could see the link in the dbWindow. Once I deleted it,
the error disappeared.

rdemyan wrote:
>I'm getting the following error message both when opening and closing my dB.

The Microsoft Jet database engine cannot find the input table or query
'MSysAccessStorage'. Make sure it exists and that its name is spelled
correctly.

I'm using Access 2003 but the file format is Access 2000.
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200608/1

Aug 6 '06 #2
"rdemyan via AccessMonster.com" <u6836@uwewrote in
news:645ed12ee8549@uwe:
rdemyan wrote:
>>I'm getting the following error message both when opening and
closing my dB.

The Microsoft Jet database engine cannot find the input table or
query 'MSysAccessStorage'. Make sure it exists and that its name
is spelled correctly.

I'm using Access 2003 but the file format is Access 2000.

No need to respond. I could see the link in the dbWindow. Once I
deleted it, the error disappeared.
What is it with all these people who post prematurely?

I post far fewer posts than I start, because very often in the
process of writing up and explaining my problem, and explaining how
to make it happen, I discover how to fix it.

I truly wish those who post would take as much care in writing their
posts. I already have a rule that I ignore any thread where the
original poster responds to himself.

--
David W. Fenton http://www.dfenton.com/
usenet at dfenton dot com http://www.dfenton.com/DFA/
Aug 6 '06 #3
David W. Fenton wrote:
What is it with all these people who post prematurely?
I truly wish those who post would take as much care in writing their
posts. I already have a rule that I ignore any thread where the
original poster responds to himself.
In most examples of this I agree. But I find it more wasteful when I see a poster respond
to their own issue with a "Nevermind - I fixed it." with no elaboration on the solution,
which most likely is a problem others are experiencing.

Frustrating when those turn up in your (Goggle) search.

I've seen some of the regulars post an issue and then respond to it with very detailed
explanations that are really helpful for others. jmtc...

--
'---------------
'John Mishefske
'---------------
Aug 8 '06 #4
I hear what you guys are saying, but is it reasonable on your part to assume
that after I post I'm not to continue to search for an answer?

I actually thought I was practicing good manners by posting that I had found
the answer. To my mind such a post means that responders don't need to waste
their precious time trying to respond to my post.

Would you prefer that I not respond that I found the answer? I guess, to
John's point, there is the advantage in that your response would be
educational for the next person who reads the post or might provide me with
an alternative.

I'm certainly willing to abide by any protocols that are typical of these
forums. But I really thought that I was being respectful of other people's
time by giving them a heads up that I didn't need the help any more. But
again, John makes a good point and if a response helps others, then next time
I won't post that I found the answer.

Cheers.

John Mishefske wrote:
>What is it with all these people who post prematurely?
I truly wish those who post would take as much care in writing their
posts. I already have a rule that I ignore any thread where the
original poster responds to himself.

In most examples of this I agree. But I find it more wasteful when I see a poster respond
to their own issue with a "Nevermind - I fixed it." with no elaboration on the solution,
which most likely is a problem others are experiencing.

Frustrating when those turn up in your (Goggle) search.

I've seen some of the regulars post an issue and then respond to it with very detailed
explanations that are really helpful for others. jmtc...
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200608/1

Aug 9 '06 #5
John Mishefske wrote:
In most examples of this I agree. But I find it more wasteful when I see a poster respond
to their own issue with a "Nevermind - I fixed it." with no elaboration on the solution,
which most likely is a problem others are experiencing.
Is this more wasteful than the "Thank you, that fixed it" response to
the weakest of five posted solutions?
If yours is one of the other four (or even if it's not) what then?
Pass on, on the grounds that explaining why the chosen solution is
inferior or inefficient or dangerous or likely to create other problems
requires too much effort?
Pass on, on the grounds that the original poster, having got "the"
answer is unlikely to come here again until he/she has another problem?
Pass on, on the grounds that challenging the chosen answer will look
like sour grapes;
Pass on, on the grounds that challenging the chosen answer could result
in a series of disagreeable exchanges between you and the chosen
answer's poster or others?
Pass on, on the grounds that eventually when challenging the chosen
answer, one will be wrong; why risk it?
or
Challenge the chosen answer on the grounds that the archives of the
group represent a significant body of knowledge, accessible through
Google searches and leech sites such as the one through which the OP
here posts, and regulars should do as much as possible to maintain the
solutions and ideas included in these archives as efficient, correct
and effective models for Access as it currently exists?

Aug 9 '06 #6

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

Similar topics

1
by: Janwillem Borleffs | last post by:
Q: I'm getting an unexpected $ or $end parse/syntax error, what's causing this? A: This is caused when an expression is started with an opening brace, but the closing brace is omitted. ...
6
by: wk6pack | last post by:
Hi, I have a question about my coding practise. I have a class method to return a value from a database. I open the connection do my search and dispose the reader. Open the reader with a new...
3
by: Greg | last post by:
On my report I want to have an opening balance signifying all transactions up to the month selected and detailed transactions for the month selected and then a closing blance. I'm perpelexed...
2
by: Julia Baresch | last post by:
Hi everyone, As some of you may know, we've been having trouble with an unrecognized database format error. Today I installed an unfinished project on the workstation of one of my users. ...
102
by: Skybuck Flying | last post by:
Sometime ago on the comp.lang.c, I saw a teacher's post asking why C compilers produce so many error messages as soon as a closing bracket is missing. The response was simply because the compiler...
3
by: SK | last post by:
Hi all, I am dealing with sockets in my code. I open them like - System.Net.IPAddress remoteIPAddress = System.Net.IPAddress.Parse (szIPSelected); System.Net.IPEndPoint remoteEndPoint = new...
0
by: Allan Ebdrup | last post by:
I have a ascx webcontrol that I register with: %@ Register Src="../Controls/Default/Library/Basket/Basket.ascx" TagName="Basket" TagPrefix="uc1" %> and instantiate on the page with:...
8
n8kindt
by: n8kindt | last post by:
hi guys, i am also posting this question in the MySQL forum but am putting the detailed post on here. here is the message i am having problems with: ...
4
Fr33dan
by: Fr33dan | last post by:
Hi, I'm having trouble with a multi-threaded program crashing on a specific machine when the worker thread is not initialized at when the _FormClosing method of my main form called. Here is my...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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...

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.