home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / database / 6260 < prev    next >
Encoding:
Internet Message Format  |  1992-08-22  |  1.9 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!swrinde!dptspd!iquery!matt
  2. From: matt@iqsc.COM (Matt Reedy)
  3. Newsgroups: comp.databases
  4. Subject: Re: SQL Access Group Application Interface
  5. Keywords: SQL, API, UNIX, 4GL, SAG
  6. Message-ID: <1992Aug22.170101.10629@iqsc.COM>
  7. Date: 22 Aug 92 17:01:01 GMT
  8. References: <18AUG199209582102@stars.gsfc.nasa.gov>
  9. Distribution: usa
  10. Organization: IQ Software Corp.
  11. Lines: 27
  12.  
  13. In article <18AUG199209582102@stars.gsfc.nasa.gov> thompson@stars.gsfc.nasa.gov (William Thompson) writes:
  14. >Does anyone know anything about the SQL Access Group (SAG), and about their
  15. >standardized Application Interface (API)?  (I think I got the acronyms
  16. >correct.)  I'm not a database programmer myself, but I've been recently looking
  17. >into the question of buying a database product.  In our application there would
  18. >also be other database applications belonging to other groups, which would be
  19. >from a variety of vendors, but all SQL.  I've heard that each manufacturer uses
  20. >a different standard for passing SQL queries and answers across the network,
  21. >and that the SAG-API is supposed to address this issue, and try to standardize
  22. >it.  Does anybody have any more details?
  23. >
  24.  
  25. The SAG has endorsed a standard API (also called a CLI - Call Level Interface),
  26. and there have been demonstrations by several of the RDBMS vendors showing
  27. the same application program accessing the different databases using the
  28. same API.  However, those were demos only, and as of today, the RDBMS vendors
  29. still use different APIs (we work with Oracle, Informix, Ingres and Sybase
  30. and they are all significantly different).
  31.  
  32. Microsoft has endorsed this standard and is producing a product called ODBC
  33. (Open DataBase Connectivity) which is a Windows DLL that will allow an
  34. application program to call the SAG standard set of SQL API calls and get
  35. access to a variety of data sources.  Microsoft is busy getting database
  36. and data access vendors to write ODBC drivers which will provide this
  37. capability.
  38.  
  39. matt
  40.