home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / sql / dames.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.8 KB  |  100 lines

  1. -------- SIMTEL20 Ada Software Repository Prologue ------------
  2. --                                                           -*
  3. -- Unit name    : DAMES DBMS Interface
  4. -- Version      : 
  5. -- Author       : Cap Gemini DASD Corp.
  6. --              : 9045 N. Deerwook Dr
  7. --              : Milwaukee, WI  53223
  8. --              : Contact: Lt. Colonel Falgiano
  9. --              : ESD/SCW
  10. --              : Hanscom AFB, MA  01731
  11. -- DDN Address  :
  12. -- Copyright    : (c) 1986 Cap Gemini
  13. -- Date created : Jan. 1986 
  14. -- Release date : Jan. 1986 
  15. -- Last update  : 
  16. -- Machine/System Compiled/Run on : ROLM/DG / AOS
  17. --                                                           -*
  18. ---------------------------------------------------------------
  19. --                                                           -*
  20. -- Keywords     : 
  21. ----------------:
  22. --
  23. -- Abstract   : 
  24. ----------------:
  25. ----------------: 
  26. ----------------: The HQ USAF Assistant Chief of Staff for 
  27. ----------------: Information Systems anticipates the
  28. ----------------: adoption of SQL as the Air Force standard 
  29. ----------------: Relational data base query language.  The 
  30. ----------------: Air Force will probably adopt the American National
  31. ----------------: Standard (ANS) Database Language SQL as its 
  32. ----------------: Relational query language. A draft proposed American 
  33. ----------------: National Standard (dpANS)/International Standard
  34. ----------------: Database Language SQL is in the public review process.
  35. ----------------: 
  36. ----------------: Given the above Air Force position, the WIS 
  37. ----------------: JPMO began a project with the Institute for Defense 
  38. ----------------: Analysis and RACOM Computer Professionals to develop 
  39. ----------------: a standard Ada DBMS interface (Ada/SQL) based 
  40. ----------------: on the dpANS Database Language SQL.   A "Proposed 
  41. ----------------: Binding Ada to Database Language SQL" has been
  42. ----------------: presented to the responsible American National 
  43. ----------------: Standards Committee (X3H2).  We anticipate its 
  44. ----------------: adoption as the DoD and ANS/ISO standard Ada 
  45. ----------------: relational DBMS interface and it will be the 
  46. ----------------: WIS Standard Ada DBMS interface.  As such, we  
  47. ----------------: recommend the Ada/SQL interface be used for any 
  48. ----------------: development of an Ada DBMS interface. 
  49. ----------------: 
  50. ----------------: The RAPPORT and DAMES DBMS Ada interfaces were 
  51. ----------------: among the R&D precursors developed to define an Ada 
  52. ----------------: DBMS interface.  They are provided for information 
  53. ----------------: only and their syntax should not be used as a basis 
  54. ----------------: to build an Ada interface for any other DBMS.  
  55. ----------------: 
  56. ----------------: This tool was developed as a precursor for 
  57. ----------------: the WMCCS Information System (WIS).  An
  58. ----------------: executable version of the tool has been 
  59. ----------------: demonstrated.  
  60. ----------------:
  61. --                                                   -*
  62. ------------------ Revision history ---------------------------
  63. --                                                   -*
  64. -- DATE            VERSION AUTHOR                  HISTORY 
  65. -- Jan. 1986       Cap Gemini                      Initial Release
  66. --                                                   -*
  67. ------------------ Distribution and Copyright -----------------
  68. --                                                   -*
  69. -- This prologue must be included in all copies of this software.
  70. -- 
  71. -- This software is copyright by the author.
  72. -- 
  73. -- This software is released to the Ada community.
  74. -- This software is released to the Public Domain (note:
  75. --   software released to the Public Domain is not subject
  76. --   to copyright protection).
  77. -- Restrictions on use or distribution:  NONE
  78. --                                                   -*
  79. ----------------- Disclaimer ----------------------------------
  80. --                                                   -*
  81. -- This software and its documentation are provided "AS IS" and
  82. -- without any expressed or implied warranties whatsoever.
  83. --
  84. -- No warranties as to performance, merchantability, or fitness
  85. -- for a particular purpose exist.
  86. --
  87. -- Because of the diversity of conditions and hardware under
  88. -- which this software may be used, no warranty of fitness for
  89. -- a particular purpose is offered.  The user is advised to 
  90. -- test the software thoroughly before relying on it.  The user
  91. -- must assume the entire risk and liability of using this 
  92. -- software.
  93. --
  94. -- In no event shall any person or organization of people be
  95. -- held responsible for any direct, indirect, consequential
  96. -- or inconsequential damages or lost profits.
  97. --                                                  -*
  98. ----------------- END-PROLOGUE -------------------------------
  99.  
  100.