Discussion:
Database Corrupt ( please help)
(too old to reply)
Agnes
2005-11-24 13:25:47 UTC
Permalink
my client PC had been infected with virus and when he/she using the visual
foxpro application,
the PC always hang , now the database seems corrupt and need to be indexed.

Does any msdn web site talking about database index problem when PC hangs ?
I need to show some supporting to my client/
thanks in advance
Man-wai Chang
2005-11-24 13:39:03 UTC
Permalink
Post by Agnes
my client PC had been infected with virus and when he/she using the visual
foxpro application,
the PC always hang , now the database seems corrupt and need to be indexed.
set tablevalidate to 0

now try to open those tables..
--
.~. Might, Courage, Vision. Sincerity. http://www.linux-sxs.org
/ v \
/( _ )\ (Ubuntu) Linux 2.6.14
^ ^ 21:38:01 up 25 days 23:24 load average: 1.17 1.14 1.10
Agnes
2005-11-24 14:29:26 UTC
Permalink
Thanks Man, However, I need the official online document in Microsoft to
show my client..
Post by Man-wai Chang
Post by Agnes
my client PC had been infected with virus and when he/she using the
visual foxpro application,
the PC always hang , now the database seems corrupt and need to be indexed.
set tablevalidate to 0
now try to open those tables..
--
.~. Might, Courage, Vision. Sincerity. http://www.linux-sxs.org
/ v \
/( _ )\ (Ubuntu) Linux 2.6.14
^ ^ 21:38:01 up 25 days 23:24 load average: 1.17 1.14 1.10
Man-wai Chang
2005-11-24 14:46:08 UTC
Permalink
Even if "SET TABLVALIDATE" could get you open the tables inside the DBC,
you still need to re-create the "corrupted" tables with the right indexes.
Post by Agnes
Thanks Man, However, I need the official online document in Microsoft to
show my client..
Post by Man-wai Chang
set tablevalidate to 0
now try to open those tables..
--
.~. Might, Courage, Vision. Sincerity. http://www.linux-sxs.org
/ v \
/( _ )\ (Ubuntu) Linux 2.6.14
^ ^ 22:44:01 up 26 days 30 min load average: 1.15 1.20 1.15
Goupil
2005-11-24 17:45:16 UTC
Permalink
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp/
html/err1561.asp
Richard
Post by Agnes
my client PC had been infected with virus and when he/she using the visual
foxpro application,
the PC always hang , now the database seems corrupt and need to be indexed.
Does any msdn web site talking about database index problem when PC hangs ?
I need to show some supporting to my client/
thanks in advance
Goupil
2005-11-24 17:48:15 UTC
Permalink
Have a look on one of the best repair tool. ...
http://www.hallogram.com/datatool/ft1096.html
Post by Agnes
my client PC had been infected with virus and when he/she using the visual
foxpro application,
the PC always hang , now the database seems corrupt and need to be indexed.
Does any msdn web site talking about database index problem when PC hangs ?
I need to show some supporting to my client/
thanks in advance
unknown
2005-11-24 23:23:43 UTC
Permalink
Stonefield is not a repair tool, and it's ability to fix things is
rudimentary at best. Recover by Abri, OTOH, is a real repair tool and can
fix most anything that will go wrong. www.abri.com.
Post by Goupil
Have a look on one of the best repair tool. ...
http://www.hallogram.com/datatool/ft1096.html
Post by Agnes
my client PC had been infected with virus and when he/she using the visual
foxpro application,
the PC always hang , now the database seems corrupt and need to be
indexed.
Post by Agnes
Does any msdn web site talking about database index problem when PC
hangs
?
Post by Agnes
I need to show some supporting to my client/
thanks in advance
Paul Lee
2006-01-05 23:19:58 UTC
Permalink
Post by Agnes
my client PC had been infected with virus and when he/she using the
visual foxpro application,
the PC always hang , now the database seems corrupt and need to be indexed.
Does any msdn web site talking about database index problem when PC
hangs ? I need to show some supporting to my client/
thanks in advance
If you are talking about Foxpro "database", the .DBC/.DCT/.DCX
the index file is the .DCX one. You can simply delete that and
Foxpro will generate a new one when you start up.

If the .DBC/.DCT is corrupt, just get a copy of a good backup one
and replace them with that. They don't change except by the programmer.

If you are actually talking about Foxpro tables .DBF/.FPT/.CDX
then you may need a copy of our repair tool.

-----------------------------------------------------------------
Paul Lee ........ Abri Technologies ........ http://www.abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------
socrtwo
2006-01-06 23:28:43 UTC
Permalink
I know little about DBF files of any sort but I have compiled a list of
freeware that can be used to repair them (I've compiled a list of
freeware to repair many kinds of software files). I must admit I have
not worked much with DBF files.

The pages start here: http://www.s2services.com/dbasefreeware.htm
Josh Assing
2006-01-07 00:22:54 UTC
Permalink
I have an automated system that I've been testing out...

send an email with the corrupted database & get it back (hopefully) repaired....

if you want to try it -- zip up the dbf (or dbf & fpt) and send to
Post by socrtwo
I know little about DBF files of any sort but I have compiled a list of
freeware that can be used to repair them (I've compiled a list of
freeware to repair many kinds of software files). I must admit I have
not worked much with DBF files.
The pages start here: http://www.s2services.com/dbasefreeware.htm
--- AntiSpam/harvest ---
Remove X's to send email to me.
Paul Lee
2006-01-10 21:41:21 UTC
Permalink
Post by socrtwo
I know little about DBF files of any sort but I have compiled a list of
freeware that can be used to repair them (I've compiled a list of
freeware to repair many kinds of software files). I must admit I have
not worked much with DBF files.
The pages start here: http://www.s2services.com/dbasefreeware.htm
Most of freeware and even a lot of the new DBF fixers flooding the
market recently can only detect and repair simple header problems.

Foxpro DBF and memo files, even if they open properly, can have hidden
corruption that can cause problems later. Would you take your Honda
car to "Advanced repair shop" that only detects/fixes common problems
like sparkplugs? With data critical to enduser, proper error detection
and repair is important.

-----------------------------------------------------------------
Paul Lee ........ Abri Technologies ........ http://www.abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------
b***@gmail.com
2012-07-11 08:06:55 UTC
Permalink
> I know little about DBF files of any sort but I have compiled a list of
> freeware that can be used to repair them (I've compiled a list of
> freeware to repair many kinds of software files). I must admit I have
> not worked much with DBF files.
>
> The pages start here: http://www.s2services.com/dbasefreeware.htm
Most of freeware and even a lot of the new DBF fixers flooding the
market recently can only detect and repair simple header problems.
Foxpro DBF and memo files, even if they open properly, can have hidden
corruption that can cause problems later. Would you take your Honda
car to "Advanced repair shop" that only detects/fixes common problems
like sparkplugs? With data critical to enduser, proper error detection
and repair is important.
-----------------------------------------------------------------
Paul Lee ........ Abri Technologies ........ http://www.abri.com/
'Recover' - top rated FoxPro file repair utility.
-----------------------------------------------------------------
Foxpro, Dbase and Foxbase are very popular database management programs, used by the individuals to store structured information. Database records are maintained by these programs in DBF files. Likewise another files, DBF files often become corrupt due to several factors like intrusion of malicious virus, crash of window server, hard disk errors and errors in portable storage media. The Kernel recovery for DBF should be used to retrieve data from the inaccessible or damaged DBF files. The utility performs deep scan of the system to find the all DBF files. To know more about this tool visit http://www.repairdbf.net/
t***@gmail.com
2012-11-14 00:06:07 UTC
Permalink
Hi

Utility for repair DBFs and generate Report is CM table Repair

http://www.cmstory.com/index.php?module=Pages&func=display&pageid=5&lang=en


Wilson

Loading...