home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / clients / 172 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.client-server
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!zaphod.mps.ohio-state.edu!uwm.edu!linac!att!cbnewsm!cbnewsl!sdo
  3. From: sdo@cbnewsl.cb.att.com (scott.orshan)
  4. Subject: Re: SQL and Client-server architecture
  5. Organization: UNIX System Laboratories
  6. Date: Tue, 17 Nov 1992 16:07:48 GMT
  7. Message-ID: <1992Nov17.160748.5948@cbnewsl.cb.att.com>
  8. References: <92316.105420KSADEGH@auvm.american.edu>
  9. Lines: 31
  10.  
  11. In article <92316.105420KSADEGH@auvm.american.edu> Kayvon Z. Sadeghi <KSADEGH@auvm.american.edu> writes:
  12. >Hi out there
  13. >
  14. >I was wondering why all the client/server systems use SQL as their manipulation
  15. >language. I don't recall seeing any client/server that works on OO or
  16. >hierarchy, for example. Is this because its easier to implement client/servers
  17. >in SQL or is there any especial reason.
  18. >
  19. >I would appreciate if someone could give me some pointers on this.
  20. >------------------------------------------------------------------------
  21. >Kayvon Sadeghi                    k.sadeghi@ieee.org
  22. >Voice:202/244-0789
  23.  
  24. I'm not sure why you say that all client/server systems use SQL.
  25. Perhaps all client/server SQL database systems use SQL (a tautology),
  26. but some databases don't, and non-database client/server packages
  27. probably have no need to use SQL.
  28.  
  29. For example, plain RPCs and TP Monitor C/S calls pass arbitrary information
  30. between clients and servers.  Most client/server access is probably
  31. just remote file access, and that has nothing to do with SQL.
  32.  
  33. Even C/S SQL databases don't always pass SQL.  If a stored procedure is
  34. being invoked, then the message need only include the name of the
  35. procedure.
  36.  
  37.     Scott Orshan
  38.     TUXEDO Support
  39.     UNIX System Laboratories
  40.     908-522-5063
  41.     sdo@usl.com
  42.