home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / 8736 < prev    next >
Encoding:
Text File  |  1992-12-30  |  1.7 KB  |  28 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!purdue!news.cs.indiana.edu!nstn.ns.ca!news.ucs.mun.ca!cs.mun.ca!pooky.cs.mun.ca!derek
  3. From: derek@pooky.cs.mun.ca (Derek Gould)
  4. Subject: Re: <None>
  5. Message-ID: <1992Dec30.182542.21946@cs.mun.ca>
  6. Sender: usenet@cs.mun.ca (NNTP server account)
  7. Organization: CS Dept., Memorial University of Newfoundland
  8. References: <Bzpyp2.MAI.1@cs.cmu.edu> <1992Dec23.205824.1@cc.helsinki.fi>
  9. Date: Wed, 30 Dec 1992 18:25:42 GMT
  10. Lines: 16
  11.  
  12. In article <1992Dec23.205824.1@cc.helsinki.fi> ppaunio@cc.helsinki.fi writes:
  13. >I have recently bounced into problem of corrupted dBase IV files. They seem to
  14. >be quite normal but somewhere in the file fields are filled with garbage.
  15. >Rumour says that somewhere exists programs that are able to repare these kinds
  16. >of files
  17.  
  18. In my experience, this is more than likely a hardware problem rather than a 
  19. dBASE problem. It could happen through something like a power outage or spike,
  20. but is more likely caused by the File Allocation Table (FAT) being mucked up andallowing writes to an area that is being used by your database file. Copy the files to a different area of the hard drive or to a backup (tape or floppy, say)
  21. and run a utility such as chkdsk or norton disk doctor. This may identify cross-linked clusters or the like, and will prompt you to repair them. 
  22.  
  23. I don't know of any simple utility that will automatically remove corrupted data like this, since the definition of what constitutes corruption depends on what
  24. you were trying to store in the file in the first place.
  25.  
  26. The newer versions of Norton Utilities include a routine that can analysze and troubleshoot dBASE files. This may be of some help.
  27. .
  28.