home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / mbase.zip / NETNOTE.TXT < prev    next >
Text File  |  1991-02-11  |  2KB  |  33 lines

  1. Article 1870 of comp.sources.misc:
  2. Path: cos!hadron!decuac!haven!eng.ufl.edu!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!wuarchive!uunet!sparky!kent
  3. From: kent@sparky.IMD.Sterling.COM (Kent Landfield)
  4. Newsgroups: comp.sources.misc
  5. Subject: v16i002:  mbase - C database engine, Part01/03
  6. Message-ID: <1991Jan3.064849.4797@sparky.IMD.Sterling.COM>
  7. Date: 3 Jan 91 06:48:49 GMT
  8. Organization: Sterling Software, IMD
  9. Lines: 818
  10. Approved: kent@sparky.imd.sterling.com
  11. X-Checksum-Snefru: 9f10c7cd 8bf088ce 51f8f924 15d94d96
  12.  
  13. Submitted-by: rpj@pygmy.rice.edu (Richard Parvin Jernigan)
  14. Posting-number: Volume 16, Issue 2
  15. Archive-name: mbase/part01
  16.  
  17. So... who wants a database?  No one?  Well, this one won't do your
  18. taxes or draw pretty pictures for you-- this is the engine, working
  19. with relations faster than you can say HoHoHo (it's Santa time, isn't
  20. it? 8-} ).  Adds commands to C for adding, updating, deleting and
  21. retrieving records from included-utility-built relations, designed
  22. from close-to-english schemas.  It actually looks/feels a good deal like
  23. one of Informix (c)'s line of products, from what I've seen.  But I
  24. guarantee it costs less.  :-)
  25.  
  26. Verified to work with Amigas (designed for 'em) and Unix V -- haven't
  27. had a failure yet, actually.  Technically it should work with IBM's
  28. and Atari ST's and anything with a C compiler that does lseek and
  29. read/write.  There are no real compiler-dependent tricks used in the
  30. code, so it should be terminally spread-around-able.  There's a Makefile
  31. included for Unix users, and a ReadMe for everyone.
  32.  
  33.