home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.c:13287 comp.lang.c++:13355
- Newsgroups: comp.lang.c,comp.lang.c++
- Path: sparky!uunet!mnemosyne.cs.du.edu!arrakis!thor
- From: thor@arrakis.denver.co.us (Robert B. Hood)
- Subject: Re: Database libs?
- Message-ID: <1992Sep7.035026.1021@arrakis.denver.co.us>
- Organization: Bob's Programming Paradise, Lakewood, CO, USA
- References: <Bu455L.5F9@acsu.buffalo.edu>
- Date: Mon, 7 Sep 1992 03:50:26 GMT
- Lines: 27
-
- In article <Bu455L.5F9@acsu.buffalo.edu> beers@acsu.buffalo.edu (Andrew Beers) writes:
- >
- >Are there any C/C++ libraries for manipulating databases? I'd like to be able
- >to create databases with arbitrary records, and at least be able to search
- >through then, possibly in an indexed fashion.
- >
- >I don't normally read this group, so email replies would be most appreciated.
- >If I get a number of "me too" responses, I'll summarize through the net.
- >
-
- A short time ago, I wrote a C++ class to access and manipulate dBASE III+-
- format databases. I had everything working except the indexing routines -
- I had planned on creating a simple sorted, binary-search-like indexing
- scheme, but I was given CodeBase 4.5 at work and put my new class aside.
-
- I'd be pleased to post it (it's kinda' lengthy) if anybody is interested.
- If I only get a few `me too's, then I'll just send it via mail.
-
- One caveat: Although I have actually used this class in production code,
- it *is* my very first C++ class (a fact that I'm rather proud of), so, although
- I've not run into any that I have not fixed, you may find bugs.
-
- Bob
- --
- Bob Hood thor@arrakis.denver.co.us H: 303-980-8392 W: 303-632-2180
- ---------------------------------------------------------------------------
- When people are free to do as they please, they usually imitate each other.
-