home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / prg / todb101 / todb / read.me < prev   
Encoding:
Text File  |  1994-05-02  |  2.7 KB  |  97 lines

  1. ----------------------------------
  2. TODB library v. 1.01 (a Shareware)
  3. ----------------------------------
  4.  
  5. Welcome to TODB library, the textual information retrieval system for C++.  
  6. This is the demonstration shareware version of the product.  If you want 
  7. the library source code, you must register.  See the section on Legal 
  8. issues in the MANUAL.TXT file for more information.
  9.  
  10. The TODB library implements the "textual retrieval engine" algorithm uses 
  11. in textual database.  This "retrieval engine" works alone, i.e. you can use 
  12. it with any commercial database product that have a C++ access.  For 
  13. example, you may use the TODB library to do a hybrid system build with a 
  14. standard database and a textual retrieval engine.
  15.  
  16. And, if you like pure object oriented design, try:
  17.  
  18. class SomeObject : private IdxColl, public Persistent
  19. {
  20. ...
  21. }
  22.  
  23. With this declaration, the persistent SomeObject class belongs to an 
  24. "Indexed Collection" (the IdxColl class).
  25.  
  26.  
  27. SYSTEM REQUIREMENTS
  28. -------------------
  29.  
  30. TODB library currently supports the following compilers:
  31.  
  32. Microsoft C/C++ v. 7.00 or later.
  33. Borland C++ v 3.0 or later.
  34.  
  35.  
  36. DISKETTE OR ZIP FILE
  37. --------------------
  38.  
  39. When you unzip the file TODBxxx.ZIP the following directories will be 
  40. created:
  41.  
  42. \TODB          -     Documentation files
  43. \TODB\BPLUS    -     B-Plus shareware source code
  44. \TODB\LIB      -     TODB library
  45.  
  46. You will find same directories on the distribution diskette.
  47.  
  48. We have included for testing purpose these libraries:
  49.  
  50. Borland compiler, DOS operating system:
  51. TODBBS.LIB    small memory model
  52. TODBBL.LIB    large memory model
  53.  
  54. Microsoft compiler, DOS operating system:
  55. TODBMS.LIB    small memory model
  56. TODBML.LIB    large memory model
  57.  
  58. For more information about compiling parameters that was used see 
  59. TODBMAKE.MSC and TODBMAKE.BCC files.
  60.  
  61.  
  62. IMPORTANT NOTICE
  63. ----------------
  64.  
  65. TODB use the B-Plus shareware.    Registration to TODB does not include
  66. registration fee to B-Plus.  If your intention is to keep TODB we can only 
  67. stress the point that you should also register to B-Plus.  The whole B-Plus 
  68. package is supplied with the TODB files.  Please consult this documentation 
  69. for information relating to B-Plus registration.
  70.  
  71.  
  72. VENDOR INFORMATION
  73. ------------------
  74.  
  75. Short Description:
  76.  
  77. TODB library, a textual information retrieval system for C++.
  78.  
  79.  
  80. A LAST WORD
  81. -----------
  82.  
  83. Please feel free to contact me at any time if you have any questions, 
  84. comments or suggestions.  I can be reached by mail at the following 
  85. address:
  86.  
  87.     Christian Therien
  88.     DALIPLUS enr.
  89.     8535, Saint Gerard street,
  90.     Montreal (Quebec)
  91.     Canada
  92.     H2P 2E3
  93.  
  94. I can also be reached by phone at:
  95.  
  96.     (514)382-8178
  97.