From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.1 required=5.0 tests=BAYES_05,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Xref: utzoo comp.os.vms:38786 comp.lang.ada:5448 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!uunet!seas.gwu.edu!mfeldman From: mfeldman@seas.gwu.edu (Michael Feldman) Newsgroups: comp.os.vms,comp.lang.ada Subject: Re: ISAM files as Ada reuse components Message-ID: <3196@sparko.gwu.edu> Date: 15 May 91 20:54:55 GMT References: <23743@lanl.gov> Reply-To: mfeldman@seas.gwu.edu () Followup-To: comp.os.vms Organization: The George Washington University, Washington D.C. List-Id: In article <23743@lanl.gov> donn@lanl.gov (Donn R Hines) writes: >We have an application that could make good use of >generic ISAM files. Does anyone know whether there >are any reuse components available that implement >ISAM files. This must me a platform-independent >implenentation. > >Shrink-wrapped, off-the-shelf, shareware, or >freeware, I would be interested. > There's a text book called "File Structures with Ada", by Miller and Petersen (Benjamin Cummings, 1990). The authors distribute a disk of software for $35.00 that goes with the book; this includes - apparently - ISAM, B-tree, and other routines. I don't have the software (yet) so I can't comment on the quality, but it's a starting point. The book suggests you call or write Nancy E. Miller Computer Science Dept. P.O. Drawer CS Mississippi State Univ. Mississippi State, MS 39762 601-325-2756 NEMILLER@MSSTATE.BITNET The software on the disk - say the authors - has been tested under Meridian. Also, there's a lot of code in the appendix. Has anyone out there used it? Mike Feldman