Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!linac!pacific.mps.ohio-state.edu!cis.ohio-state.edu!dsac.dla.mil!dsacg3.dsac.dla.mil!dcsc.dla.mil!drezac From: drezac@dcsc.dla.mil (Duane L. Rezac) Newsgroups: comp.databases Subject: Re: MS-DOS Record Indexing Package Message-ID: <1114@dcsc.dla.mil> Date: 8 May 91 11:27:40 GMT References: <1991May4.044821.25283@noose.ecn.purdue.edu> Distribution: usa Organization: Defense Construction Supply Center, Columbus Lines: 34 From article <1991May4.044821.25283@noose.ecn.purdue.edu>, by dev@ei.ecn.purdue.edu (Larry Weeks): > Hello, > ( Stuff Deleted...).>.... What I need is an > indexing package for MS-DOS which will give me fast access on keys, and > one which can use my existing data structures, i.e. take a pointer to a > struct for data. If anybody has any suggestions, I would be very much > obliged. I would like to obtain a rather inexpensive Borland-compatible > C library if possible, since this package will be installed at most at > one site. > > Thanks a lot. > > Larry > dev@ecn.purdue.edu Take a look at the Bplus package. it is available on Simtel20 (and it's mirror sites) under the "C" directory. It contains functions to manipulate a btree index. It's easy to use - just give it the key and a pointer to the record, and it does the rest. Duane L. Rezac -- Verse of the Hour: But whosoever shall deny me before men, him will I also deny before my Father which is in heaven. Matt. 10:33 -- +-----------------------+---------------------------------------------------+ | Duane L. Rezac |These views are my own, and NOT representitive of my place| | dsacg1!dcscg1!drezac drezac@dcscg1.dcsc.dla.mil of Employment. | +-----------------------+---------------------------------------------------+