home *** CD-ROM | disk | FTP | other *** search
- June 5, 1992
-
- BTV.PAS is a Turbo Pascal 6.0 object oriented interface to the Btrieve
- Record Manager by Novell, Inc. It implements Btrieve file, error
- handling and error display objects. It is distributed as shareware, it
- is not free.
-
- I did not supply the example programs in compiled form. They aren't
- flashy, no neat screen output, and you won't get much out of them if
- you don't look at the code. I hope they are sufficient to demonstrate
- the use of BTV. Let me know if you find the example code inadequate.
-
- Please contact me with any comments, suggestions, problems, bugs, or
- questions.
-
- Richard Hansen
- PO Box 18571
- Saint Paul, MN 55118-0571 USA
-
- CompuServe ID 70242,3367
-
-
- The following files should be included :
-
- BTV.TXT Documentation formatted, 60 lines per page, pages numbers,etc
- ORDER.FRM Registration form
- BTV.PAS The main btrieve unit
- BTVTYPE.PAS Btrieve data conversion routines
- BTRV6.PAS Interface to the Btrieve interrupt routine
- TONE.PAS A support unit
- EXAMPLE1.PAS Some example code
- EXAMPLE2.PAS "
- EXAMPLE3.PAS "
- EXAMPLE4.PAS "
- RECOVER.PAS Application for recovering damaged files.