472,353 Members | 1,757 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Corrupt Database

Hi

Can anyone help with the following:

I try open an Access 2002 Database, I get a message that the database needs
to be repaired as it was not closed properly, I select the option to repair
the database I am then given the error:

Run-time error 3343
Unrecognized database format.

I know the file is an Access DB. Is there a tool available to repair the
corrupt database. I have written code to compact and repair the database,
but I get the same result.

TIA
Steve
Nov 13 '05 #1
7 2610

May be the 2002 ver is not supported by the system. You need to install
new version

Madhivanan

Nov 13 '05 #2
I already have a full installation Of Access 2002 Loaded On The System

Steve

"Madhivanan" <ma************@gmail.com> wrote in message
news:11**********************@f14g2000cwb.googlegr oups.com...

May be the 2002 ver is not supported by the system. You need to install
new version

Madhivanan

Nov 13 '05 #3
On Fri, 18 Mar 2005 11:43:54 +0200, "Steve"
<st****@ufrmsa1.uniforum.org.za> wrote:

The easiest thing to do is to restore a backup.

Are you *really* sure this was a A2002 database? If not, try opening
it with a different version.

-Tom.

Hi

Can anyone help with the following:

I try open an Access 2002 Database, I get a message that the database needs
to be repaired as it was not closed properly, I select the option to repair
the database I am then given the error:

Run-time error 3343
Unrecognized database format.

I know the file is an Access DB. Is there a tool available to repair the
corrupt database. I have written code to compact and repair the database,
but I get the same result.

TIA
Steve


Nov 13 '05 #4
Here's almost all there is to know about Access mdb corruption and possible
fixes:

http://www.granite.ab.ca/access/corruptmdbs.htm

-Ed

"Steve" <st****@ufrmsa1.uniforum.org.za> wrote in message
news:d1**********@ctb-nnrp2.saix.net...
Hi

Can anyone help with the following:

I try open an Access 2002 Database, I get a message that the database
needs
to be repaired as it was not closed properly, I select the option to
repair
the database I am then given the error:

Run-time error 3343
Unrecognized database format.

I know the file is an Access DB. Is there a tool available to repair the
corrupt database. I have written code to compact and repair the database,
but I get the same result.

TIA
Steve

Nov 13 '05 #5
I don't know about 2002, but in previous versions this will be the
effect of someone opening the mdb with Word.

Can't repair from that cause, will need to restore from backup.

HTH,
Elaine

On Fri, 18 Mar 2005 14:22:05 GMT, "Ed Robichaud" <ed*********@wdn.com>
wrote:
Here's almost all there is to know about Access mdb corruption and possible
fixes:

http://www.granite.ab.ca/access/corruptmdbs.htm

-Ed

"Steve" <st****@ufrmsa1.uniforum.org.za> wrote in message
news:d1**********@ctb-nnrp2.saix.net...
Hi

Can anyone help with the following:

I try open an Access 2002 Database, I get a message that the database
needs
to be repaired as it was not closed properly, I select the option to
repair
the database I am then given the error:

Run-time error 3343
Unrecognized database format.

I know the file is an Access DB. Is there a tool available to repair the
corrupt database. I have written code to compact and repair the database,
but I get the same result.

TIA
Steve


Nov 13 '05 #6
Elaine <no******************@commerce.state.ak.us> wrote:
I don't know about 2002, but in previous versions this will be the
effect of someone opening the mdb with Word.
Correct, but there are also many other causes of corruption.
Can't repair from that cause, will need to restore from backup.


If opened from Word yes, you are correct. If other causes there is still hope.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #7
Tony,

I *know* there are other causes. BUT with the error described the
simples explanation is probably that someone attempted to open this
with Word, especially since people continue to install the stupid
"Open Office Document" shortcuts.

"Unrecognized database format" points so hard at opening with Word it
is best to start there first.

I have only rarely had corrupted Access databases and the Word problem
is the *only* way this particular error has arisen.

Elaine

On Sun, 20 Mar 2005 02:42:16 GMT, Tony Toews <tt****@telusplanet.net>
wrote:
Elaine <no******************@commerce.state.ak.us> wrote:
I don't know about 2002, but in previous versions this will be the
effect of someone opening the mdb with Word.


Correct, but there are also many other causes of corruption.
Can't repair from that cause, will need to restore from backup.


If opened from Word yes, you are correct. If other causes there is still hope.

Tony


Nov 13 '05 #8

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

Similar topics

1
by: NF | last post by:
Hey gang, I've been trying to restore a DB from it's MDF and LDF all morning; the catch? The LDF appears to be corrupt. When I first started...
4
by: Big Time | last post by:
Major fiasco on my hands here. I was in the middle of updating a record when the system halted, and the Access DB became non responsive. ...
9
by: Bungle | last post by:
Hi There, Does anybody know where i might be able to locate a tool/application that can determine whether a Database is corrupt?? Also, can a...
4
by: dixie | last post by:
I have come across some code to walk through the records of a corrupt table and copy it record by record to a new table. It comes from the MVPS.Org...
4
by: nepdae | last post by:
Well, after reading and hunting all over the web, including here, I still haven't been successful in my attempts to resolve my situation. So, I...
17
by: shineofleo | last post by:
Here is the situation: I wrote a VB programm, which stores all the information in a single Access database file using jet engine. It worked well,...
3
by: rdemyan via AccessMonster.com | last post by:
One of my users had a corrupt front end that wouldn't open. My app is launched using a launching application (logon app). The logon app has a...
13
by: Owen Jenkins | last post by:
Following on from an earlier post... I can reliably corrupt a record by doing the following ... Open two separate but identical front ends on...
1
by: shayvillere | last post by:
I have a corrupt record that disappears after a compact, but reappears several days later. This is on a widely distributed Access 2003 application...
8
by: iheartvba | last post by:
Hi this is a query made using access query builder: SELECT tblBank.BankID, Now() AS TimeRecd, Val(Right(nz(,0),3)) AS ConsID, "AutoCASH" AS...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.