home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / err52b.zip / README < prev    next >
Text File  |  1993-07-20  |  1KB  |  43 lines

  1. 7/20/93
  2.  
  3.  
  4. After experiencing way to many Error 1210/Corruption Detected
  5. on what should be a simple Clipper application, I put together
  6. a small test program that consistently reproduces the 1210
  7. error. Am I doing something wrong in my code or is this a 
  8. Clipper bug?
  9.  
  10.  
  11.  
  12.  
  13. I used Clipper 5.2B (Rev. 202) with RTLINK 3.14B
  14.  
  15. Flow of test:
  16.  
  17. 1. Copy the database to the name used by the program
  18. 2. Run the test program with the "sort" option to sort the
  19.    database, create the indexes and then change some records.
  20. 3. Run the test program again without the "sort" option so that
  21.    it just changes records.
  22.  
  23. During Step 3, the Error 1210/Corruption Detected message appears.
  24.  
  25.  
  26.  
  27.  
  28.  
  29. Files Included:
  30.  
  31. BACKUP.DBF   The test database. It gets copied to I_TAPE.DBF by GO.BAT
  32. GO.BAT       Performs the test.
  33. ERR1210.PRG  The source for the test program.
  34. ERR1210.EXE  The executable.
  35. ERRCOMP.BAT  The compile BAT file.
  36.  
  37.  
  38.  
  39.  
  40.  
  41. Mike Meinz
  42. 76047,46
  43.