home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ooxdb210.zip / readme.oox < prev   
Text File  |  1996-12-31  |  2KB  |  104 lines

  1. OOxBase - Object Oriented xBase Version 2.10 Beta
  2.  
  3. Jan. 1, 1997
  4.  
  5.  
  6. American Coders, LTD
  7. P. O. Box 97462
  8. Raleigh, NC    27624    USA
  9. 1-919-846-2014
  10. joe@usacoder.rtp.nc.us
  11.  
  12.  
  13. ---
  14.  
  15. Information in this and all related documents are subject to change without 
  16. notice.    This software, as described, is provided under a license agreement. 
  17. The OOxBase product and documentation may be reproduced and transmitted in 
  18. any form. 
  19.  
  20. American Coders, Ltd is no way liable or responsible for any loss of time, 
  21. productivity or property associated with using this product.
  22.  
  23. ---
  24. Caveats and Warnings
  25.  
  26. The is beta version will expire on June 30, 1997.
  27.  
  28. Future releases. 
  29.  
  30. ---
  31.  
  32. OOxBase is a trademark of American Coders LTD.
  33.  
  34.  
  35. All other companies, products and brand names are trademarks of theri respective
  36. holders.
  37.  
  38. OOxBase is a dbase engine using the SOM development tool sold by IBM.    The DLL 
  39. was built using SOM Version 3.00, which is also in BETA. At this time SOM is 
  40. available free from IBM from their FTP server.
  41.  
  42. ---
  43.  
  44. Languages supported C, C++, Visual Age COBOL, Visual Age Basic OOREXX.
  45. Languages tested against C, C++.
  46.  
  47. ---
  48.  
  49. Package Inventory
  50.  
  51. 1.    ooxbase.dll
  52. 2.    ooxbase.ir - SOM interface repository for OOxBase.
  53. 3.    ooxbase.inf - viewable help file.
  54. 4.    oox*.h - c include file
  55. 4.1.    ooxbase.h
  56. 4.2.    ooxfield.h
  57. 4.3.    ooxcharacter.h
  58. 4.4.    ooxdate.h
  59. 4.6.    ooxlogical.h
  60. 4.7.    ooxmemo.h
  61. 4.8.    ooxnumeric.h
  62. 5.    oox*.xh - c++ include file
  63. 5.1.    ooxbase.xh
  64. 5.2.    ooxfield.xh
  65. 5.3.    ooxcharacter.xh
  66. 5.4.    ooxdate.xh
  67. 5.6.    ooxlogical.xh
  68. 5.7.    ooxmemo.xh
  69. 5.8.    ooxnumeric.xh
  70. 6.    oox*.pdl - public idl files
  71. 6.1.    ooxbase.pdl
  72. 6.2.    ooxfield.pdl
  73. 6.3.    ooxcharacter.pdl
  74. 6.4.    ooxdate.pdl
  75. 6.6.    ooxlogical.pdl
  76. 6.7.    ooxmemo.pdl
  77. 6.8.    ooxnumeric.pdl
  78. 7.    Sample programs
  79. 7.1. Sample C programs
  80. 7.2. Sample C++ programs
  81. 7.3. Sample Cobol programs
  82. 7.4. Sample Basic programs
  83. 7.5. Sample OOREXX programs.
  84.     
  85. ---
  86.  
  87. Classes provided:
  88.  
  89. 1. ooxdbf - dbase file class.
  90.  
  91. 2. ooxfield - field class.
  92.  
  93. 2.1.    ooxcharacter - character field subclass.
  94.  
  95. 2.2.    ooxdate - date field subclass.
  96.  
  97. 2.3.    ooxlogical - logical field subclass.
  98.  
  99. 2.4.    ooxmemo - memo field subclass.
  100.  
  101. 2.5.    ooxnumeric - numeric field subclass.
  102.  
  103.  
  104.