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

PLEASE HELPPP URGENT..

Could someone help me please, my database is corrupt.

Database repair is not working all i get is nine bars in the progress meter
and stays there for a long time.

Albert
Nov 13 '05 #1
8 1241
"Albert" <an****@js.com> wrote in message
news:d9**********@utornnr1pp.grouptelecom.net...
Could someone help me please, my database is corrupt.

Database repair is not working all i get is nine bars in the progress
meter and stays there for a long time.

Too vague Albert, try giving more detail such as run-time errors, an idea of
complexity, amount of data involved, whether or not your database is "split"
etc. In the meantime, have you tried importing your objects into a new
database file? You could do this progressively and test for corruption at
regular intervals.

Regards,
Keith.
www.keithwilby.com
Nov 13 '05 #2
My database size is 53 megs, basically its my backend database is the
problem, i cannot open nor can repair. Any ideas would be appreciated.

Albert

"Keith" <ke*********@baeAWAYWITHITsystems.com> wrote in message
news:42********@glkas0286.greenlnk.net...
"Albert" <an****@js.com> wrote in message
news:d9**********@utornnr1pp.grouptelecom.net...
Could someone help me please, my database is corrupt.

Database repair is not working all i get is nine bars in the progress
meter and stays there for a long time.

Too vague Albert, try giving more detail such as run-time errors, an idea
of complexity, amount of data involved, whether or not your database is
"split" etc. In the meantime, have you tried importing your objects into
a new database file? You could do this progressively and test for
corruption at regular intervals.

Regards,
Keith.
www.keithwilby.com

Nov 13 '05 #3
Albert wrote:
My database size is 53 megs, basically its my backend database is the
problem, i cannot open nor can repair. Any ideas would be appreciated.

Albert

"Keith" <ke*********@baeAWAYWITHITsystems.com> wrote in message
news:42********@glkas0286.greenlnk.net...
"Albert" <an****@js.com> wrote in message
news:d9**********@utornnr1pp.grouptelecom.net. ..
Could someone help me please, my database is corrupt.

Database repair is not working all i get is nine bars in the progress
meter and stays there for a long time.


Too vague Albert, try giving more detail such as run-time errors, an idea
of complexity, amount of data involved, whether or not your database is
"split" etc. In the meantime, have you tried importing your objects into
a new database file? You could do this progressively and test for
corruption at regular intervals.

Regards,
Keith.
www.keithwilby.com


Microsoft offers a standalone repair exe for Access databases. do some
googling.

Bob
Nov 13 '05 #4
"Bob Alston" <tu****************@cox.net> wrote in message
news:rnAue.639$4o.373@fed1read06...

Microsoft offers a standalone repair exe for Access databases. do some
googling.

If you mean "JETCOMP.exe" then IIRC it ships with Office. Albert, search
your hard drive, you may already have it. Also, as previously stated, try
importing each table into a new mdb.

Keith.
www.keithwilby.com
Nov 13 '05 #5
Jetcomp.exe also crashes :(
"Keith" <ke*********@baeAWAYWITHITsystems.com> wrote in message
news:42**********@glkas0286.greenlnk.net...
"Bob Alston" <tu****************@cox.net> wrote in message
news:rnAue.639$4o.373@fed1read06...

Microsoft offers a standalone repair exe for Access databases. do some
googling.

If you mean "JETCOMP.exe" then IIRC it ships with Office. Albert, search
your hard drive, you may already have it. Also, as previously stated, try
importing each table into a new mdb.

Keith.
www.keithwilby.com

Nov 13 '05 #6
if all else fails, and it's worth money to you, see if Peter Miller can
do it.
www.pksolutions.com

It'll cost ya, but it's often cheaper than the alternatives... (time
for a good tried and tested backup plan, too!)

Nov 13 '05 #7
On Thu, 23 Jun 2005 16:36:01 +0100, "Keith"
<ke*********@baeAWAYWITHITsystems.com> wrote:
"Bob Alston" <tu****************@cox.net> wrote in message
news:rnAue.639$4o.373@fed1read06...

Microsoft offers a standalone repair exe for Access databases. do some
googling.

If you mean "JETCOMP.exe" then IIRC it ships with Office. Albert, search
your hard drive, you may already have it. Also, as previously stated, try
importing each table into a new mdb.

Keith.
www.keithwilby.com

I have MS Office 97 pro. I did a custom install. I installed *everything* for
Assess, Excel, and Word. Took the defaults for the rest. "JETCOMP.EXE" not on
my machine.

Chuck
Nov 13 '05 #8
"Chuck" wrote
I have MS Office 97 pro. I did a
custom install. I installed *everything*
for Assess, Excel, and Word. Took
the defaults for the rest.
"JETCOMP.EXE" not on
my machine.


Not surprising, as I believe it was developed well after release of Access
97. So, you need to visit http://support.microsoft.com and search for
JetComp, download it, and give it a try. It may or may not do the trick, but
is worth trying.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #9

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

Similar topics

3
by: Liu Ju | last post by:
Dear members: I want to use the multithread in my program which is developed in Visual C++ platform (version 6). I created a controlling function: UINT CCOMM1Dlg::WritingThreadFunc(LPVOID...
2
by: Bill Yin | last post by:
Please tell me where can download <Beginning C# web Applications with Visual studio .net> 's code Thanks in advance!
1
by: MR | last post by:
Hi, it has been observed that when we try to instantiate a .Net dll for the first time in a session (e.g. from an exe in .Net), it takes almost 10 times compared to subsequent instantiations. ...
17
by: Saps | last post by:
Hi all. Can anyone help me here. I have loads of .sql files and i need a way to call these from my asp page so the user can run them from the browser. Meaning i have a page with a list of all...
3
by: N. Spiker | last post by:
I am attempting to receive a single TCP packet with some text ending with carriage return and line feed characters. When the text is send and the packet has the urgent flag set, the text read from...
5
by: uanmi | last post by:
There is a patch to upgrade UAB2 to dotnet 2 on gotdotnet But, as normal, there are no instructions on what to do to patch the Microsoft UAB 2 install. Can Microsoft please upgrade their UAB2...
8
by: John Austin | last post by:
I need to understand why if I add a control and use AddHandler to connect its click event, it will work in Page_Load, but not in a Button_Click. The idea is that the user types some data, presses...
6
by: jenipriya | last post by:
Hi all... its very urgent.. please........i m a beginner in oracle.... Anyone please help me wit dese codes i hv tried... and correct the errors... The table structures i hav Employee (EmpID,...
2
by: itsvineeth209 | last post by:
My task is to create login control without using login control in tools. I shouldnt use sqldatasource or any other. I should use only data sets, data adapters and data readers etc. U had created...
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: 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
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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...

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.