home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / INTRO.TXT < prev    next >
Text File  |  1997-01-21  |  2KB  |  80 lines

  1.  
  2.  
  3.                             Introduction
  4.                             ------------
  5.  
  6.  
  7. CSLIB concentrates on supplying a C++ software developer with
  8. the means to quickly implement database and database-alike
  9. functionality in his/her applications.
  10. The package contains classes for fixed lenght records, variable
  11. length records, btrees, virtual heaps and so fort.
  12. It is not just an interface to some database server but produces
  13. fast, stand-alone executables.
  14.  
  15.  
  16. In addition, a program generator, CSDBGEN, is available, which uses
  17. the database classes in this library as building blocks for other, more
  18. complex and powerful, databases.
  19. The by CSDBGEN generated sources are ready to compile and implement
  20. databases with automatically updated indexes, easy access to fields,
  21. support for DATE fields, exporting to dBASE and so on.
  22. All together, very similar to the well known relational databases
  23. as used by dBASE.
  24.  
  25.  
  26. There are also classes in CSLIB which operate in the grey area betweeen
  27. 'file-extensions' and  'databases'. They are very flexible
  28. and can be of great value when the approach of the traditional
  29. database proves too rigid.
  30.  
  31.  
  32. This library does not pretend to compete with any of the multi-user
  33. Database Management Systems. Its purpose is to supply a rich set of
  34. tools to overcome the disk-storage problems occurring in single-user
  35. applications.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.                            Contacting ComBits
  42.                            ------------------
  43.  
  44.  
  45.  
  46. You can reach us, preferably, by E-mail.
  47. The address is: cslib@ComBits.nl.
  48.  
  49. If you don't have E-mail access you can reach us by traditional mail:
  50.         COMBITS
  51.         P.O. Box 3303
  52.         2280 GH Rijswijk
  53.         The Netherlands
  54.  
  55. Voice:  +31703932300
  56. Or FAX: +31703960172
  57.  
  58. Please remember, it is GMT +100 over here!
  59.  
  60.  
  61.  
  62.  
  63.                            WWW Home Page
  64.                            -------------
  65.  
  66.  
  67.  
  68. ComBits has its own home page on internet!
  69.  
  70.  
  71. The URL: http://www.xs4all.nl/~combits
  72.  
  73.  
  74.  
  75.                            ------------------
  76.  
  77.  
  78.  
  79.  
  80.