home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / modula2 / library / dbf_file / readme < prev   
Text File  |  1991-10-28  |  1KB  |  32 lines

  1. The DBFTools are a set of modules that allow you to create, read,
  2. write, and work with dBase compatible database (DBF) and index (NDX)
  3. files from TopSpeed Modula-2.  Procedures are provided to OpenDBF,
  4. CloseDBF, GetRec, PutRec, GetField, PutField, OpenNDX, CloseNDX,
  5. Next, Prev, Find, BOF, EOF, etc.  You can also build indices
  6. substantially faster than dBase can.
  7.  
  8. The DBFTools provide full multi-user support so your database programs
  9. can run on any network or multi-user O.S. without concern of damage to
  10. your data or index files.
  11.  
  12. Versions for other Modula-2 compilers will be released shortly.
  13.  
  14. I have provided these files as shareware at a minimal price with the
  15. hope that providing inexpensive easy to access tools for Modula-2
  16. will help the language become more popular in the United States.
  17. You may use these tools for 30 days free of charge.  Thereafter, the
  18. purchase price is $10 for students, $30 for individual programmers,
  19. and $50 for the ability to use the tools in a commercial application.
  20.  
  21. Payments should be sent to:
  22.  
  23.                 David Albert
  24.                 3707 Rolling Hills Avenue
  25.                 Alexandria, VA 22309
  26.                 (703) 799-3071
  27.  
  28. If you have any questions, comments, or suggestions regarding these
  29. modules, please leave me email on the Topspeed BBS.  Complements and
  30. suggestions are gladly accepted...no complaints or nasty letters please!
  31. Enjoy!
  32.