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

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