home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / DBASEOS2.ZIP / READ.ME < prev   
Text File  |  1990-05-01  |  794b  |  25 lines

  1. I took Michael Bate's code and replace all IO and MEMORY requests with OS/2
  2. calls.    Notice how it ain't true C any more.   Most of his comments are left
  3. in tack.  Code has been compiled with MSC 5.1  use should use either the
  4. large memory switch (/AL) when compiling) or something to use far pointers
  5. (i.e. /Alfw).
  6.  
  7. If you have any questions please feel free to call me at 919-846-2014
  8.  
  9.                                Joe McVerry
  10.  
  11.  
  12.  
  13. --- this is Michael Bate's read.me file ----------------------------------
  14.  
  15.  
  16.  
  17. This is C source code to read a dBASE III .dbf file.  The program as it stands
  18. (which reads and lists a .dbf file) is not very interesting, but the
  19. source code should be of interest to any C programmer working with dBASE
  20. III files.
  21.  
  22. I got this off the net.
  23.  
  24.                             Michael Bate
  25.