home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13287 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.7 KB

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